diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:50:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:50:49 +0000 |
commit | cfd9f0448fee9692059a8ca7406df27d469a1e40 (patch) | |
tree | 0f74f49f196b5fb9e730f680d3b0f53268c19023 /www/sitecopy/pkg-plist | |
parent | Weed out crufty MASTER_SITES and add a second checksum. 'diff -urN' says (diff) |
Remove files from PLIST that are no longer installed and quietly remove
share/sitecopy if it is empty.
Diffstat (limited to 'www/sitecopy/pkg-plist')
-rw-r--r-- | www/sitecopy/pkg-plist | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/sitecopy/pkg-plist b/www/sitecopy/pkg-plist index aa03724d2840..adfbbc806c62 100644 --- a/www/sitecopy/pkg-plist +++ b/www/sitecopy/pkg-plist @@ -1,14 +1,8 @@ bin/sitecopy share/sitecopy/examplerc share/sitecopy/changes.awk -share/doc/sitecopy/FAQ -share/doc/sitecopy/NEWS -share/doc/sitecopy/README -share/doc/sitecopy/THANKS -share/doc/sitecopy/update.sh share/locale/ru/LC_MESSAGES/sitecopy.mo share/locale/fr/LC_MESSAGES/sitecopy.mo share/locale/cs/LC_MESSAGES/sitecopy.mo share/locale/ja/LC_MESSAGES/sitecopy.mo -@unexec rm -f %D/share/sitecopy -@unexec rm -f %D/share/doc/sitecopy +@unexec rmdir %D/share/sitecopy > /dev/null 2>&1 |