core/vlc/vlc.install

17 lines
316 B
Plaintext
Raw Normal View History

2010-03-14 23:48:48 +08:00
post_install() {
2010-07-23 04:44:57 +08:00
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
usr/lib/vlc/vlc-cache-gen -f usr/lib/vlc/plugins
2010-03-14 23:48:48 +08:00
}
post_upgrade() {
2010-07-23 04:44:57 +08:00
post_install
}
pre_remove() {
rm -f usr/lib/vlc/plugins/plugins-*.dat
2010-03-14 23:48:48 +08:00
}
post_remove() {
2010-07-23 04:44:57 +08:00
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
2010-03-14 23:48:48 +08:00
}