summarylogtreecommitdiffstats
path: root/vlc.install
blob: f79bd95377a2ee1e848b84685bb8dd91383e2e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
    usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
}

post_upgrade() {
    post_install
}

pre_remove() {
    rm -f usr/lib/vlc/plugins/plugins-*.dat
}

post_remove() {
    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}