summaryrefslogtreecommitdiffstats
path: root/abs/extra/xbmc/xbmc.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-03-26 16:04:24 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-03-26 16:04:24 (GMT)
commit97c77e5d32a9a79d7939c557c63589619bcabbb5 (patch)
tree87e5653446365987327e5c6613216e33bb7d4d36 /abs/extra/xbmc/xbmc.install
parent883ebdd4f4076480c75679b5b72e19eea5fc5043 (diff)
downloadlinhes_pkgbuild-97c77e5d32a9a79d7939c557c63589619bcabbb5.zip
linhes_pkgbuild-97c77e5d32a9a79d7939c557c63589619bcabbb5.tar.gz
linhes_pkgbuild-97c77e5d32a9a79d7939c557c63589619bcabbb5.tar.bz2
xbmc: restore gen_lib_xml.py in .install. refs #962
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
}