summaryrefslogtreecommitdiffstats
path: root/debian/lynx.postrm
blob: 2df1ee915d231c584639985e25da2956f3df6a91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh
# postrm script for lynx
pack=lynx
cnfdir=/etc/${pack}

set -e

if [ "$1" = "purge" ]; then
    rm -f ${cnfdir}/local.cfg
fi


# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#