diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-26 21:53:26 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-28 21:36:04 -0500 |
commit | 3b35167323f0a16f0394687caeaeae873836106f (patch) | |
tree | 8590eb3e45b27b21c21e71c1a77a83cbdbc87243 /multimedia/k9copy/doinst.sh | |
parent | faed9e22c5bd57c7e2f7c21d35901b9c986340e7 (diff) |
multimedia/k9copy: Removed (build failure)
This appears to be incompatibilites with new ffmpeg.
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 1f8ff67dedb29..0000000000000 --- 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 - |