2000-06-10 21:15:51 -04:00
|
|
|
#!/bin/sh
|
2003-04-26 10:55:32 -04:00
|
|
|
# $OpenBSD: DEINSTALL,v 1.2 2003/04/26 14:55:32 sturm Exp $
|
2000-06-10 21:15:51 -04:00
|
|
|
#
|
|
|
|
# Post-deinstallation cleanup of totd
|
|
|
|
|
|
|
|
echo ""
|
|
|
|
echo "** To completely deinstall the totd package you need to perform this"
|
|
|
|
echo "** as root:"
|
|
|
|
echo "**"
|
2003-04-26 10:55:32 -04:00
|
|
|
echo "** rm -f ${SYSCONFDIR}/totd.conf"
|
2000-06-10 21:15:51 -04:00
|
|
|
echo "**"
|
|
|
|
echo "** Be absolutly sure you want to completely remove the package before"
|
|
|
|
echo "** issuing this command."
|
|
|
|
echo ""
|
|
|
|
|
|
|
|
exit 0
|