summarylogtreecommitdiffstats
path: root/photoqt.install
blob: e4467ed262fa75d83220ff4109ab5833a824c2df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

post_install() {
  update-desktop-database -q
  gtk-update-icon-cache -t -f usr/share/icons/hicolor
 
## If you are using the Pax/Grsecurity kernel, you need to uncomment the following line
#  setfattr -n user.pax.flags -vm /usr/bin/photoqt
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}