diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:55:38 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:38 +0200 |
commit | 3c71698a1f3d8151bdcbcf3569d02dabf507777e (patch) | |
tree | 8ae7c3ed09c8ccd8eb258b5c48d69cca043de3b6 /system/xfburn/doinst.sh | |
parent | 2a5e976ac1bad33348117dd43030e26da759b5f9 (diff) | |
download | slackbuilds-3c71698a1f3d8151bdcbcf3569d02dabf507777e.tar.gz |
system/xfburn: Added to 12.1 repository
Diffstat (limited to 'system/xfburn/doinst.sh')
-rw-r--r-- | system/xfburn/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/xfburn/doinst.sh b/system/xfburn/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/xfburn/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 |