summaryrefslogtreecommitdiff
path: root/community/obconf/obconf.install
blob: 3121bf3ea1de939f3b8fb58ff671eb9c3efe1911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    update-desktop-database -q
    update-mime-database /usr/share/mime 1> /dev/null
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}