From 522377caa2409ecf196e1ce98af1b2569a0bb53d Mon Sep 17 00:00:00 2001 From: ficus Date: Sat, 17 Nov 2012 02:54:33 +0100 Subject: remove transient files and include .gitignore --- config/hooks/remove-packages.sh.chroot | 2 ++ config/hooks/tor-usergroup.sh.chroot | 2 ++ 2 files changed, 4 insertions(+) (limited to 'config/hooks') diff --git a/config/hooks/remove-packages.sh.chroot b/config/hooks/remove-packages.sh.chroot index 10fa78b..76ca081 100755 --- a/config/hooks/remove-packages.sh.chroot +++ b/config/hooks/remove-packages.sh.chroot @@ -1,5 +1,7 @@ #!/bin/sh +echo "Removing unwanted apt packages" apt-get -f -y remove --purge polipo minissdpd apt-get -y remove exim4-base exim4-config exim4-daemon-light dbus isc-dhcp-server +apt-get autoremove diff --git a/config/hooks/tor-usergroup.sh.chroot b/config/hooks/tor-usergroup.sh.chroot index e46ad16..67ca241 100755 --- a/config/hooks/tor-usergroup.sh.chroot +++ b/config/hooks/tor-usergroup.sh.chroot @@ -1,5 +1,7 @@ #!/bin/sh +echo "Creating tor user and groups" + export ADMINUSER="tor" export ADMINGROUP="tor" export TORADMINGROUP="debian-tor" -- cgit v1.2.3