third_party.pylibs.pylint.src/debian/pylint.postrm

9 lines
133 B
Plaintext
Raw Normal View History

2008-02-13 15:49:21 +00:00
#! /bin/sh -e
if [ "$1" = "purge" ]; then
# remove old emacs file
rm -f /etc/emacs/site-start.d/50pylint.el
fi
#DEBHELPER#