summarylogtreecommitdiffstats
path: root/veusz.install
blob: b764056f3b300f2b0d4710b7b29e0d86c9c42d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  echo "update mime database..."
  update-mime-database /usr/share/mime/ > /dev/null
  echo "update desktop database..."
  update-desktop-database -q
  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}