summarylogtreecommitdiffstats
path: root/llpp.install
blob: be8f4f9e1a13746c54a4564adffea8a7c9d85f79 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  update-desktop-database -q
}

post_upgrade() {
  post_install
}

pre_remove() {
  post_install
}