summarylogtreecommitdiffstats
path: root/minecraft-pi.install
blob: 3bc09aeffaf25d97671dc8e4f40c5d1c6196546e (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() {
    post_install
}

post_remove() {
    _update
}