summaryrefslogtreecommitdiff
path: root/debian/mini-httpd.postrm
blob: e7c8fb4b1ded61ca41b66146f5224a37548bf3e3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh -e

if [ "$1" = remove ]
then
	dpkg-divert --package mini-httpd --rename --remove /usr/share/man/man1/htpasswd.1.gz
	dpkg-divert --package mini-httpd --rename --remove /usr/bin/htpasswd
fi

#DEBHELPER#