diff options
author | Marek Srejma <sam_web@yahoo.de> | 2017-05-30 07:28:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-03 07:59:40 +0700 |
commit | e61d97381ab7ac8cc82907c8b77e53f90726434d (patch) | |
tree | 957349df348865c5bdffc6cb847c19a482c0bc52 /system/simpleburn/doinst.sh | |
parent | c56fe4f95730bc80941644d583d278985cd89187 (diff) |
multimedia/simpleburn: Updated for version 1.8.3, moved from system.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/simpleburn/doinst.sh')
-rw-r--r-- | system/simpleburn/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/system/simpleburn/doinst.sh b/system/simpleburn/doinst.sh deleted file mode 100644 index 65c7e2eeb9aa5..0000000000000 --- a/system/simpleburn/doinst.sh +++ /dev/null @@ -1,9 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi |