summaryrefslogtreecommitdiff
path: root/libre/xbmc-libre/xbmc.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-11-29 22:27:52 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-11-29 22:27:52 -0200
commit07db0c40daa21b57f6881fbf6b3a5a04ae83b869 (patch)
treecb44d3c64a221351f5cbb3ad2a00e2320d28c29f /libre/xbmc-libre/xbmc.install
parentf8fa7ea515c1dcc4219b7ee0fd23ad3f39b3a20a (diff)
xbmc-libre-12.2-8: remove upower and udisks on xbmc.install
Diffstat (limited to 'libre/xbmc-libre/xbmc.install')
-rw-r--r--libre/xbmc-libre/xbmc.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/xbmc-libre/xbmc.install b/libre/xbmc-libre/xbmc.install
index 0947fcf0c..b104b33e8 100644
--- a/libre/xbmc-libre/xbmc.install
+++ b/libre/xbmc-libre/xbmc.install
@@ -3,7 +3,7 @@ post_install() {
[[ $(type -p update-desktop-database) ]] && usr/bin/update-desktop-database -q usr/share/applications
getent group xbmc > /dev/null || groupadd xbmc
getent passwd xbmc > /dev/null || useradd -m -d /var/lib/xbmc -g xbmc xbmc
- usermod -a -G xbmc,audio,video,power,network,optical,storage,disk,upower,udisks xbmc
+ usermod -a -G xbmc,audio,video,power,network,optical,storage,disk xbmc
}
post_upgrade() {