mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/xbmc-rbp restore udev rule suggestion
This commit is contained in:
parent
591c05a30c
commit
f427d17114
1 changed files with 3 additions and 1 deletions
|
@ -6,9 +6,11 @@ post_install() {
|
|||
usermod -a -G xbmc,audio,video,power,network,optical,storage,disk xbmc
|
||||
mkdir -p var/lib/xbmc
|
||||
chown -R xbmc:xbmc var/lib/xbmc
|
||||
echo ""
|
||||
|
||||
echo "****************************************************************"
|
||||
echo "If xbmc systemd service does not start, try adding a udev rule:"
|
||||
echo "echo 'SUBSYSTEM==\"vchiq\",GROUP=\"video\",MODE=\"0660\"' > /etc/udev/rules.d/10-vchiq-permissions.rules"
|
||||
echo "****************************************************************"
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
|
|
Loading…
Reference in a new issue