diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-05 07:41:35 +0000 |
commit | e1906e85ed4521c96066ce130869615c304c2a7a (patch) | |
tree | 2168725e487d131fef0e49ba7dfdd230e3466624 /net/totd/pkg-deinstall | |
parent | bf60be81d18978782b3c3de21916fdb4a5cbb2e5 (diff) | |
download | ports-e1906e85ed4521c96066ce130869615c304c2a7a.tar.gz ports-e1906e85ed4521c96066ce130869615c304c2a7a.zip |
Notes
Diffstat (limited to 'net/totd/pkg-deinstall')
-rw-r--r-- | net/totd/pkg-deinstall | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/totd/pkg-deinstall b/net/totd/pkg-deinstall deleted file mode 100644 index cc026d9a149b..000000000000 --- a/net/totd/pkg-deinstall +++ /dev/null @@ -1,16 +0,0 @@ -#!/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 |