summaryrefslogtreecommitdiff
path: root/community/deadbeef/deadbeef.install
blob: fcdbf15fba4a70d4d6b200585d9183f95b0b50d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}