third_party.pylibs.pylint.src/debian/pylint.postrm
2008-02-13 16:49:21 +01:00

9 lines
133 B
Bash

#! /bin/sh -e
if [ "$1" = "purge" ]; then
# remove old emacs file
rm -f /etc/emacs/site-start.d/50pylint.el
fi
#DEBHELPER#