summarylogtreecommitdiffstats
path: root/everest.install
blob: 584a76c2c9a92eb3acbcce9bb7a227b619b00975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_update() {
    update-desktop-database -q
}

post_install() {
    _update
}

post_upgrade() {
    _update
}

post_remove() {
    _update
}