summaryrefslogtreecommitdiff
path: root/community/apvlv/apvlv.install
blob: 5384f9c85bcd9a03cdc52d03a09e15342839539b (plain)
1
2
3
4
5
6
7
post_install() {
  update-desktop-database -q
}

post_remove() {
  post_install
}