summaryrefslogtreecommitdiff
path: root/community/xnoise/xnoise.install
blob: d8ce93f9778b7b1982ca12d46764ca8dc2ea0b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
post_install() {
  gtk-update-icon-cache -t -f /usr/share/icons/hicolor
  update-desktop-database -q

  echo 'You will need to install a gst decoder, either gst-plugins-base (with good/bad/ugly as needed) or gst-libav.'
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}