diff options
author | klaatu <klaatu@member.fsf.org> | 2013-01-07 20:19:33 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-01-09 18:52:26 -0500 |
commit | 353eda98897630a27f8e84aa5514d4803a17225e (patch) | |
tree | b79eaf23316f89696716f3710075a82b711b7b03 /graphics/mypaint/doinst.sh | |
parent | a0f7c4bfde9b167b3d7a9f921176aa1e734e030a (diff) | |
download | slackbuilds-353eda98897630a27f8e84aa5514d4803a17225e.tar.gz |
graphics/mypaint: Added (graphic painting application).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/mypaint/doinst.sh')
-rw-r--r-- | graphics/mypaint/doinst.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/mypaint/doinst.sh b/graphics/mypaint/doinst.sh new file mode 100644 index 0000000000..3e5691a052 --- /dev/null +++ b/graphics/mypaint/doinst.sh @@ -0,0 +1,9 @@ +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 |