summaryrefslogtreecommitdiffstats
path: root/abs/extra/xbmc/xbmc.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/xbmc/xbmc.install')
-rw-r--r--abs/extra/xbmc/xbmc.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/extra/xbmc/xbmc.install b/abs/extra/xbmc/xbmc.install
index 8076fe2..ad3b95a 100644
--- a/abs/extra/xbmc/xbmc.install
+++ b/abs/extra/xbmc/xbmc.install
@@ -6,6 +6,7 @@ post_install() {
usermod -a -G xbmc,audio,video,network,optical xbmc
mkdir -p var/lib/xbmc
chown -R xbmc:xbmc var/lib/xbmc
+ gen_lib_xml.py
}
post_upgrade() {
@@ -16,4 +17,5 @@ post_remove() {
[[ $(type -p gtk-update-icon-cache) ]] && usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
[[ $(type -p update-desktop-database) ]] && usr/bin/update-desktop-database -q usr/share/applications
getent passwd xbmc > /dev/null && userdel xbmc
+ gen_lib_xml.py
}