diff options
author | steve <steve@FreeBSD.org> | 2000-05-28 11:50:49 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-28 11:50:49 +0800 |
commit | 608e7af6d96495d6f589aac6b1a2f3ba150e2a7c (patch) | |
tree | 53c9520a6b1cf69b27ee400451db34ee6fb6fdf4 /www/sitecopy | |
parent | 2fccc5312549180d4a8bd56c106b0254fe70e108 (diff) | |
download | freebsd-ports-gnome-608e7af6d96495d6f589aac6b1a2f3ba150e2a7c.tar.gz freebsd-ports-gnome-608e7af6d96495d6f589aac6b1a2f3ba150e2a7c.tar.zst freebsd-ports-gnome-608e7af6d96495d6f589aac6b1a2f3ba150e2a7c.zip |
Remove files from PLIST that are no longer installed and quietly remove
share/sitecopy if it is empty.
Diffstat (limited to 'www/sitecopy')
-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 |