summarylogtreecommitdiffstats
path: root/cetus.install
blob: ff639b922a5b70d7844426bf09a52e4210e2bde8 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    update-desktop-database -q usr/share/applications
    # Rebuild KDE Plasma service catalog if running
    kbuildsycoca6 --noincremental 2>/dev/null || true
}

post_upgrade() {
    post_install
}