summarylogtreecommitdiffstats
path: root/delta-media-player.install
blob: 3f3859d3b49e7b3a6c5c2115ba835a06e3b13a00 (plain)
1
2
3
4
5
6
post_install() {
    /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
}
post_remove() {
    /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
}