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

post_upgrade() {
  post_install
}