summarylogtreecommitdiffstats
path: root/wallch.install
blob: 9591f6c5da6d04d311ac5ec93075c7b2bffef70a (plain)
1
2
3
4
5
6
7
post_install() {
  update-desktop-database -q
}

post_remove() {
  update-desktop-database -q
}