summaryrefslogtreecommitdiff
path: root/debian/pylint.postrm
blob: 35920aac14dd39c8fd4713fd475e68a501d7c2c2 (plain)
1
2
3
4
5
6
7
8
#! /bin/sh -e

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

#DEBHELPER#