URI: 
       tfix autoremove in helpers; reported by cyteen_ - libdevuansdk - common library for devuan's simple distro kits
  HTML git clone https://git.parazyd.org/libdevuansdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 2ff044d35011310dc13e007fb9e32ee07c4b6b26
   DIR parent fc38a0998234abbaa4eb4f93b9a9599bb4ccd4a8
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Wed, 25 Oct 2017 15:25:16 +0200
       
       fix autoremove in helpers; reported by cyteen_
       
       Diffstat:
         M zlibs/helpers                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/zlibs/helpers b/zlibs/helpers
       t@@ -257,7 +257,7 @@ for deb in ${custom_deb_packages}; do
                apt-get --yes --force-yes -f install
        done
        cd /
       -apt-get autoremove
       +apt-get --yes --force-yes autoremove
        rm -rf /debs
        EOF
                chroot-script install-debs