fix btrbk service
[distro-setup] / distro-pkgs
index 62c877aefeff109b2dbbf474eaf1d14797be6145..2267d8ee68ae61c66ab988c55eaf0fc41cb942b7 100755 (executable)
@@ -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