diff options
author | B. Watson <yalhcru@gmail.com> | 2017-04-04 15:11:06 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:57:43 +0700 |
commit | 546c6cafbad8f0e130a1063d3e0f85ae84890a16 (patch) | |
tree | 67df0d354e62e7bc223a985dc71baa67fe82fcca /office/djvusmooth/doinst.sh | |
parent | 8917195434f715a225b1618329b11b48f5fd876b (diff) |
office/djvusmooth: Added (graphical editor for DjVu documents).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/djvusmooth/doinst.sh')
-rw-r--r-- | office/djvusmooth/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/djvusmooth/doinst.sh b/office/djvusmooth/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/office/djvusmooth/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 |