diff options
author | Roberto Neri <rneri@libero.it> | 2012-12-11 19:50:11 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:23:09 -0500 |
commit | 5a65b0b174cddfc5501270ea37c0f2be422538b8 (patch) | |
tree | 4b9e002d7edb4a07697f7f934172b048ede479ae /multimedia/k9copy/doinst.sh | |
parent | 4dd55d0f3c57cf8c8cacda7c789b04c2107db31d (diff) |
multimedia/k9copy: Added (a Linux DVD shrink).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/k9copy/doinst.sh')
-rw-r--r-- | multimedia/k9copy/doinst.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/k9copy/doinst.sh b/multimedia/k9copy/doinst.sh new file mode 100644 index 0000000000..1f8ff67ded --- /dev/null +++ b/multimedia/k9copy/doinst.sh @@ -0,0 +1,10 @@ +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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |