diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-07 16:15:37 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-02-07 16:15:37 +0800 |
commit | 0a332bf47529de7935fb1081a193b1b94fff1cd9 (patch) | |
tree | f3a62168ba1aefd66555bcfcc3003c2ec073d1af | |
parent | 64f0b26bb25c2ea5fd7f363ff36f2eb46df35291 (diff) | |
download | marcuscom-ports-0a332bf47529de7935fb1081a193b1b94fff1cd9.tar.gz marcuscom-ports-0a332bf47529de7935fb1081a193b1b94fff1cd9.tar.zst marcuscom-ports-0a332bf47529de7935fb1081a193b1b94fff1cd9.zip |
The versioned gtk-update-icon-cache is dead, us the non-versioned version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15200 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtk30/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk30/pkg-plist b/x11-toolkits/gtk30/pkg-plist index 8eaa1e8f7..767b405ae 100644 --- a/x11-toolkits/gtk30/pkg-plist +++ b/x11-toolkits/gtk30/pkg-plist @@ -614,7 +614,7 @@ share/locale/zh_TW/LC_MESSAGES/gtk30.mo share/themes/Default/gtk-3.0/gtk-keys.css share/themes/Emacs/gtk-3.0/gtk-keys.css share/themes/Raleigh/gtk-3.0/gtk.css -@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache-3.0 -q -f {} \; 2>/dev/null || /usr/bin/true +@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true @unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true @dirrm share/themes/Raleigh/gtk-3.0 @dirrm share/themes/Raleigh |