summaryrefslogtreecommitdiff
path: root/community/darktable/darktable.install
blob: 8ea5d73afa34c66000f3ce4fca9d1aea50561d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
}

pre_upgrade() {
  pre_remove
}

post_upgrade() {
  post_install
}

post_remove() {
  [ -x `which update-desktop-database 2>/dev/null` ] &&  update-desktop-database -q
}