View | Details | Raw Unified | Return to bug 36874 | Differences between
and this patch

Collapse All | Expand All

(-)debian/univention-system-setup-boot.postrm (-6 lines)
 Lines 54-63    Link Here 
54
54
55
#DEBHELPER#
55
#DEBHELPER#
56
56
57
if [ "$1" = remove -o "$1" = purge ]; then
58
	rm -f /var/cache/univention-system-setup/packages/*.deb
59
	rm -f /var/cache/univention-system-setup/packages/Packages
60
	rm -f /etc/apt/sources.list.d/05univention-system-setup.list
61
fi
62
63
exit 0
57
exit 0
(-)usr/lib/univention-system-setup/appliance-hooks.d/99_remove_univention_system_setup_boot (+4 lines)
 Lines 33-36    Link Here 
33
if [ -s /var/cache/univention-system-setup/profile ]
33
if [ -s /var/cache/univention-system-setup/profile ]
34
then
34
then
35
	aptitude -q -y markauto univention-system-setup-boot- univention-management-console-web-server univention-management-console-module-setup </dev/null
35
	aptitude -q -y markauto univention-system-setup-boot- univention-management-console-web-server univention-management-console-module-setup </dev/null
36
37
	rm -f /var/cache/univention-system-setup/packages/*.deb
38
	rm -f /var/cache/univention-system-setup/packages/Packages
39
	rm -f /etc/apt/sources.list.d/05univention-system-setup.list
36
fi
40
fi

Return to bug 36874