summaryrefslogtreecommitdiffstats
path: root/graphics/grafx2/doinst.sh
diff options
context:
space:
mode:
author Jorge Giner <jorge.giner@hotmail.com>2015-09-19 04:26:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-19 04:26:41 +0700
commitf50e7fd828ebaf3c1e2467f0e34dbb743c1722a0 (patch)
tree1a92666711320175addc6b5b188b508a4d595666 /graphics/grafx2/doinst.sh
parenta2f6c2e3724de68fb6bd752957cc1784fcb91f78 (diff)
downloadslackbuilds-f50e7fd828ebaf3c1e2467f0e34dbb743c1722a0.tar.gz
slackbuilds-f50e7fd828ebaf3c1e2467f0e34dbb743c1722a0.tar.xz
graphics/grafx2: Added (256-color bitmap paint program).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/grafx2/doinst.sh')
-rw-r--r--graphics/grafx2/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/grafx2/doinst.sh b/graphics/grafx2/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/graphics/grafx2/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi