summarylogtreecommitdiffstats
path: root/photoprint.install
blob: e76d3a1c48490bde5f65a7f81f1a3dee668ef733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## arrg 1:  the new package version
post_install() {
  post_upgrade
}

## arg 1:  the new package version
## arg 2:  the old package version
post_upgrade() {
  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
  update-desktop-database -q
}

## arg 1:  the old package version
post_remove() {
  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
  update-desktop-database -q
}

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