summaryrefslogtreecommitdiff
path: root/debian/postrm
diff options
context:
space:
mode:
authorBrian Cameron <bcameron@src.gnome.org>2007-03-12 10:41:15 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-03-12 10:41:15 +0000
commitcc700040e958edec2bbac02e32cfda5846d0e172 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /debian/postrm
parenta25d1670bf4532a87012b66ae2165ca2c9d308e2 (diff)
downloadgdm-GDM2_2_18_0_svn4669.tar.gz
Removing bad tag.GDM2_2_18_0_svn4669
svn path=/tags/GDM2_2_18_0; revision=4668
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#