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

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}