summaryrefslogtreecommitdiff
path: root/community/gphpedit/gphpedit.install
blob: 21f20806cfebe7b8870e403d51a8040547763347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
  update-desktop-database -q
}

post_upgrade() {
  post_install $1
}

pre_remove() {
  /bin/true
}

post_remove() {
  post_install
}