diff options
author | anders <anders@FreeBSD.org> | 2005-03-17 04:17:52 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2005-03-17 04:17:52 +0800 |
commit | 9988e549ae9d6b9d98e9bf6c95fa4af7107939a6 (patch) | |
tree | 67a3a0e92914ce24abcd276c601d8ae9bc45b27d /security | |
parent | acbf96b1a5139c3ac3c998998675ee8d9a8f5769 (diff) | |
download | freebsd-ports-gnome-9988e549ae9d6b9d98e9bf6c95fa4af7107939a6.tar.gz freebsd-ports-gnome-9988e549ae9d6b9d98e9bf6c95fa4af7107939a6.tar.zst freebsd-ports-gnome-9988e549ae9d6b9d98e9bf6c95fa4af7107939a6.zip |
Remove (correct) pixmaps directory and its parent, if empty.
Requested by: pointyhat/bugmagnet
Diffstat (limited to 'security')
-rw-r--r-- | security/gringotts/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gringotts/pkg-plist b/security/gringotts/pkg-plist index eeabc1a4f422..21187fcc3df2 100644 --- a/security/gringotts/pkg-plist +++ b/security/gringotts/pkg-plist @@ -5,7 +5,8 @@ share/locale/fr/LC_MESSAGES/gringotts.mo share/locale/it/LC_MESSAGES/gringotts.mo %%GNOMEHIER%%share/gnome/apps/Utilities/gringotts.desktop %%GNOMEHIER%%@unexec rmdir -p %D/share/gnome/apps/Utilities 2>/dev/null || true -@unexec rmdir %D/share/pixmaps 2>/dev/null || true +@unexec rmdir %D/share/gnome/pixmaps 2>/dev/null || true +@unexec rmdir %D/share/gnome 2>/dev/null || true %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/COPYING |