diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2017-12-08 00:12:48 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-09 08:27:28 +0700 |
commit | b72ce63db460390464a0b823cf67cb363e418c6c (patch) | |
tree | 9ee58f741be0cff31f1ba188631ccec1b1240205 /office/krop/doinst.sh | |
parent | ad00f9f6d06aeaa091fa87bf629f4aa784db679f (diff) |
office/krop: Added (a tool to crop pdf files).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/krop/doinst.sh')
-rw-r--r-- | office/krop/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/krop/doinst.sh b/office/krop/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/office/krop/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 |