summarylogtreecommitdiffstats
path: root/gargoyle-git.install
blob: 2fa8b3794c8095ccde5e95537e6519c88c60c3c7 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  update-mime-database usr/share/mime > /dev/null
  update-desktop-database -q
}
post_upgrade() {
  post_install
}
post_remove() {
  post_install
}