diff options
author | Marek Srejma <sam_web@yahoo.de> | 2015-01-05 10:38:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-05 10:38:40 +0700 |
commit | dc38ca8012894a9bf78ed43e98800a4c415be4df (patch) | |
tree | c29c6f7a5a92d223dda2b57f070817b2a381b6ba /system/simpleburn/doinst.sh | |
parent | f9947e3c53499585ee21846cd0da930d7a1393ee (diff) |
system/simpleburn: Added (CD / DVD burning and extraction tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/simpleburn/doinst.sh')
-rw-r--r-- | system/simpleburn/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/simpleburn/doinst.sh b/system/simpleburn/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/system/simpleburn/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 |