diff options
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 |
commit | f50e7fd828ebaf3c1e2467f0e34dbb743c1722a0 (patch) | |
tree | 1a92666711320175addc6b5b188b508a4d595666 /graphics/grafx2/doinst.sh | |
parent | a2f6c2e3724de68fb6bd752957cc1784fcb91f78 (diff) | |
download | slackbuilds-f50e7fd828ebaf3c1e2467f0e34dbb743c1722a0.tar.gz |
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.sh | 3 |
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 |