summaryrefslogtreecommitdiff
path: root/community/ktikz/ktikz.install
blob: 210d1ac2b5614dff9d6e4c30cb7bf77c7b837435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  xdg-icon-resource forceupdate --theme hicolor > /dev/null
  update-mime-database /usr/share/mime > /dev/null
}

post_upgrade() {
  post_install $1
}

post_remove() {
  post_install $1
}

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