summaryrefslogtreecommitdiff
path: root/community-staging/netsurf/netsurf.install
blob: 966f361ea341580a0229e3f46cbe3479ee5b5900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_upgrade() {
  echo "Updating icon cache"
  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
  echo "Updating mime entries"
  update-desktop-database -q
}
post_install() {
  post_upgrade
}

post_remove() {
  post_upgrade
}

# vim:set ts=2 sw=2 et: