summaryrefslogtreecommitdiff
path: root/dns/totd/pkg-deinstall
blob: cc026d9a149b6cf2af1475b1462941c28129a13e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1 2000/06/11 01:15:53 fgsch Exp $
#
# Post-deinstallation cleanup of totd

echo ""
echo "** To completely deinstall the totd package you need to perform this"
echo "** as root:"
echo "**"
echo "**           rm -f /etc/totd.conf"
echo "**"
echo "** Be absolutly sure you want to completely remove the package before"
echo "** issuing this command."
echo ""

exit 0