openbsd-ports/net/totd/pkg/DEINSTALL
fgsch 3138875297 fake, CONFIGURE_STYLE and tag in PLIST.
change a few paths on installation.
2000-06-11 01:15:51 +00:00

17 lines
400 B
Bash
Executable File

#!/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