diff options
author | Chess Griffin <chess@chessgriffin.com> | 2010-05-11 15:18:38 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:18:38 +0200 |
commit | caa6dddf21450de17b391bddcadeba61e852431c (patch) | |
tree | c67cf89354ccd0ceee2cc811b92d4959e10179ac /system/graveman/doinst.sh | |
parent | b0ecc439edc1bb9daa83e664203420e685227856 (diff) | |
download | slackbuilds-caa6dddf21450de17b391bddcadeba61e852431c.tar.gz |
system/graveman: Initial import
Diffstat (limited to 'system/graveman/doinst.sh')
-rw-r--r-- | system/graveman/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/graveman/doinst.sh b/system/graveman/doinst.sh new file mode 100644 index 0000000000..98d466d8b9 --- /dev/null +++ b/system/graveman/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 |