summarylogtreecommitdiffstats
path: root/spectrascan.install
blob: 018e31c86244a122424cb7cc8c9b8146730832a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  # echo "update mime database..."
  # update-mime-database usr/share/mime > /dev/null
  echo "update desktop mime database..."
  update-desktop-database -q
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}