diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:58:25 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:25 +0200 |
commit | dac7face2e4e0e4801e1f6d5b2cd1da100aa43a1 (patch) | |
tree | 7e3b2097023e65f0db7c11a8c543ea80c521929f /graphics/yagf/doinst.sh | |
parent | 03dbb76648622a5f58819c728e82d4a7b84644bc (diff) |
graphics/yagf: Added to 13.0 repository
Diffstat (limited to 'graphics/yagf/doinst.sh')
-rw-r--r-- | graphics/yagf/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/yagf/doinst.sh b/graphics/yagf/doinst.sh new file mode 100644 index 000000000000..1f8ff67dedb2 --- /dev/null +++ b/graphics/yagf/doinst.sh @@ -0,0 +1,10 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |