|
Lines 83-86
Link Here
|
| 83 |
update-rc.d -f urandom remove |
83 |
update-rc.d -f urandom remove |
| 84 |
rm /var/lib/urandom/random-seed |
84 |
rm /var/lib/urandom/random-seed |
| 85 |
|
85 |
|
|
|
86 |
# generate package removal appliance hook |
| 87 |
cat >/usr/lib/univention-system-setup/appliance-hooks.d/95_remove_package_cache <<__EOF__ |
| 88 |
#!/bin/sh |
| 89 |
if [ -s /var/cache/univention-system-setup/profile ]; then |
| 90 |
rm -f /var/cache/univention-system-setup/packages/*.deb |
| 91 |
rm -f /var/cache/univention-system-setup/packages/Packages |
| 92 |
rm -f /etc/apt/sources.list.d/05univention-system-setup.list |
| 93 |
fi |
| 94 |
__EOF__ |
| 95 |
chmod 755 /usr/lib/univention-system-setup/appliance-hooks.d/95_remove_package_cache |
| 96 |
|
| 86 |
exit 0 |
97 |
exit 0 |