summaryrefslogtreecommitdiff
path: root/debian/postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/postrm')
-rw-r--r--debian/postrm8
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/postrm b/debian/postrm
deleted file mode 100644
index d2440304..00000000
--- a/debian/postrm
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-#
-# Automatically added by dh_installinit
-if [ "$1" = "purge" ] ; then
- update-rc.d gdm remove >/dev/null
-fi
-# End automatically added section
-#DEBHELPER#