fix btrbk service
[distro-setup] / distro-pkgs
index 8aebe8446b9db475d8c92febf2b37c4e712f21f5..2267d8ee68ae61c66ab988c55eaf0fc41cb942b7 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash -l
 
-errcatch
+err-catch
 
 
 usage() {
@@ -170,15 +170,6 @@ case $distro in
     # others unknown
 esac
 
-case $distro in
-    arch) e virt-install;;&
-    debian|trisquel|ubuntu) e virtinst ;;&
-    *) e virt-manager ;; # creates the libvirt group in debian at least
-    # others unknown
-esac
-
-
-
 case $distro in
     arch) e cdrkit;;
     debian|trisquel|ubuntu) e genisoimage;;
@@ -191,14 +182,6 @@ case $distro in
     # others unknown
 esac
 
-case $distro in
-    debian|trisquel|ubuntu)
-        # fdroidcl dependency
-        e golang-go
-        ;;
-    # others unknown
-esac
-
 
 ### stuff brought in through deps in other distros
 case $distro in