diff options
author | Willy Sudiarto Raharjo <willysr@gmail.com> | 2012-09-20 08:07:48 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-19 20:28:27 -0500 |
commit | 69c7496e81e7e062887de34435f0e4e4ac858393 (patch) | |
tree | 99f6d284ab17f48e25c6409398457425683a384b /graphics/scantailor/doinst.sh | |
parent | 6e99c96d477e7e19eedf658f1270868a0568d408 (diff) | |
download | slackbuilds-69c7496e81e7e062887de34435f0e4e4ac858393.tar.gz |
graphics/scantailor: Updated for version 0.9.11.1.
This commit also adds a .desktop file.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/scantailor/doinst.sh')
-rw-r--r-- | graphics/scantailor/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/scantailor/doinst.sh b/graphics/scantailor/doinst.sh new file mode 100644 index 0000000000..01ca62b341 --- /dev/null +++ b/graphics/scantailor/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
\ No newline at end of file |