diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-26 00:08:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-09-26 00:08:26 +0000 |
commit | 0eae03bd38ea2b144e72bf9bb4b12ee45a87352b (patch) | |
tree | fedf3e0e66ce49e1c70b32711bc4b80d20ac4019 /x11-toolkits/gtk20 | |
parent | 12b59fc91af81cdba4c0fe643f306d2620732d66 (diff) | |
download | ports-0eae03bd38ea2b144e72bf9bb4b12ee45a87352b.tar.gz ports-0eae03bd38ea2b144e72bf9bb4b12ee45a87352b.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index a7fa876778b5..a8b2a2d91e7d 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -566,10 +566,10 @@ share/locale/zh_TW/LC_MESSAGES/gtk20.mo share/themes/Default/gtk-2.0-key/gtkrc share/themes/Emacs/gtk-2.0-key/gtkrc share/themes/Raleigh/gtk-2.0/gtkrc -@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 +@postexec /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 @unexec /bin/rm -f %D/lib/gtk-2.0/%%GTK2_VERSION%%/immodules.cache -@exec %D/bin/gtk-query-immodules-2.0 --update-cache > /dev/null 2>&1 || /usr/bin/true +@postexec %D/bin/gtk-query-immodules-2.0 --update-cache > /dev/null 2>&1 || /usr/bin/true @dir lib/gtk-2.0/modules @dir lib/gtk-2.0/%%GTK2_VERSION%%/printbackends @dir lib/gtk-2.0/%%GTK2_VERSION%%/modules |