mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
951ea6cda9
Obtained from: OpenBSD
17 lines
400 B
Bash
17 lines
400 B
Bash
#!/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
|