diff options
author | MagicMan <MagicMan07@bluebottle.com> | 2010-05-11 15:03:05 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:03:05 +0200 |
commit | fc4a5b94c0c46fc0e7e125ef4892f12cb04d5cba (patch) | |
tree | 3bb22be9625659715ea057377f251b9a56b4bf25 /office/xpad/doinst.sh | |
parent | d9d0fb2ff7022290fca4679e587f75717b2c6291 (diff) | |
download | slackbuilds-fc4a5b94c0c46fc0e7e125ef4892f12cb04d5cba.tar.gz |
office/xpad: Initial import
Diffstat (limited to 'office/xpad/doinst.sh')
-rw-r--r-- | office/xpad/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/xpad/doinst.sh b/office/xpad/doinst.sh new file mode 100644 index 0000000000..98d466d8b9 --- /dev/null +++ b/office/xpad/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + ./usr/bin/update-desktop-database ./usr/share/applications >/dev/null 2>&1 +fi |