diff options
author | Howard Pepper <h_pepper at bellsouth {dot} net> | 2011-08-21 21:49:11 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-21 21:49:11 -0300 |
commit | 10e6a88e06d66c664f66b8973602462e90c16993 (patch) | |
tree | 4c0b62e6843de5f9b273cc9bda2d72288bc8e68e /office/pdfshuffler/doinst.sh | |
parent | 70b7572e8b8fb6185739ce2608b078636599b723 (diff) | |
download | slackbuilds-10e6a88e06d66c664f66b8973602462e90c16993.tar.gz |
office/pdfshuffler: Added (python pdf manipulator)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/pdfshuffler/doinst.sh')
-rw-r--r-- | office/pdfshuffler/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/pdfshuffler/doinst.sh b/office/pdfshuffler/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/office/pdfshuffler/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 |