summaryrefslogtreecommitdiff
path: root/debian/postrm
blob: d244030453fdd7ad16ca45b74eeb97f0c5e601b6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
	update-rc.d gdm remove >/dev/null
fi
# End automatically added section
#DEBHELPER#