diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-11-09 09:33:26 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-22 00:00:33 -0600 |
commit | b17dcf2f5b3cb5f0c7a6d2c518d9736f8385899b (patch) | |
tree | 87cc848bf9382270707d8dc94149b4c1da9147a5 /multimedia/k9copy/doinst.sh | |
parent | afc47f148c129b20be9e832fa1953f9b794c9eea (diff) | |
download | slackbuilds-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.sh | 10 |
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 - |