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
|
2015-12-21 17:20:19 +08:00
|
|
|
LD_PRELOAD=/usr/lib/libgobject-2.0.so.0 usr/lib/vlc/vlc-cache-gen -f usr/lib/vlc/plugins
|
2016-01-22 16:08:08 +08:00
|
|
|
update-desktop-database -q &>/dev/null
|
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
|
|
|
}
|