summaryrefslogtreecommitdiff
path: root/debian/pylint.postrm
diff options
context:
space:
mode:
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>2008-02-13 16:49:21 +0100
committerAlexandre Fayolle <alexandre.fayolle@logilab.fr>2008-02-13 16:49:21 +0100
commit6679fd075832b7b681153d5416ccf2c857d5a6d6 (patch)
tree9fa6556ab9fb156a86d128f9b39a01e656ed2216 /debian/pylint.postrm
parent4c41f3f483c3d499da8a8fd25ab33e2f857a1b7d (diff)
downloadpylint-6679fd075832b7b681153d5416ccf2c857d5a6d6.tar.gz
purge emacs compiled files in postrm
Diffstat (limited to 'debian/pylint.postrm')
-rw-r--r--debian/pylint.postrm8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/pylint.postrm b/debian/pylint.postrm
new file mode 100644
index 0000000..35920aa
--- /dev/null
+++ b/debian/pylint.postrm
@@ -0,0 +1,8 @@
+#! /bin/sh -e
+
+if [ "$1" = "purge" ]; then
+ # remove old emacs file
+ rm -f /etc/emacs/site-start.d/50pylint.el
+fi
+
+#DEBHELPER#