summarylogtreecommitdiffstats
path: root/aaronia-mcs.install
blob: df252b1397959ea22b00f5ec8e91caa2b5f8180e (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
    xdg-desktop-menu install /opt/Aaronia/MCS/share/applications/*.desktop
    update-desktop-database -q
}

post_upgrade() {
    post_install
}