summarylogtreecommitdiffstats
path: root/mangonel-frameworks-git.install
blob: 8bccbee5d4c78d2d2ae9902d0322f8aaa4e107bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    update-desktop-database -q
    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}

post_update() {
    post_install
}

post_remove() {
    post_install
}