summaryrefslogtreecommitdiff
path: root/community-testing/deadbeef/deadbeef.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/deadbeef/deadbeef.install')
-rw-r--r--community-testing/deadbeef/deadbeef.install19
1 files changed, 0 insertions, 19 deletions
diff --git a/community-testing/deadbeef/deadbeef.install b/community-testing/deadbeef/deadbeef.install
deleted file mode 100644
index fcdbf15fb..000000000
--- a/community-testing/deadbeef/deadbeef.install
+++ /dev/null
@@ -1,19 +0,0 @@
-pkgname=deadbeef
-
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-
- cat <<EOF
-==> ffmpeg support was disabled in this deadbeef release due to
-==> incompatibilities with ffmpeg 0.11. It might be re-introduced soon.
-EOF
-}
-
-post_remove() {
- post_install
-}