summaryrefslogtreecommitdiff
path: root/multimedia/k9copy/doinst.sh
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2013-11-09 09:33:26 +0100
committerRobby Workman <rworkman@slackbuilds.org>2013-11-22 00:00:33 -0600
commitb17dcf2f5b3cb5f0c7a6d2c518d9736f8385899b (patch)
tree87cc848bf9382270707d8dc94149b4c1da9147a5 /multimedia/k9copy/doinst.sh
parentafc47f148c129b20be9e832fa1953f9b794c9eea (diff)
downloadslackbuilds-b17dcf2f5b3cb5f0c7a6d2c518d9736f8385899b.tar.gz
multimedia/k9copy: Removed (not compatible with the newer ffmpeg).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'multimedia/k9copy/doinst.sh')
-rw-r--r--multimedia/k9copy/doinst.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/multimedia/k9copy/doinst.sh b/multimedia/k9copy/doinst.sh
deleted file mode 100644
index 1f8ff67ded..0000000000
--- a/multimedia/k9copy/doinst.sh
+++ /dev/null
@@ -1,10 +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 usr/share/icons/hicolor >/dev/null 2>&1
- fi
-fi
-