diff --git a/skel-root/general/files-etc/profile b/skel-root/general/files-etc/profile index d2c1c09a..e875a8d0 100644 --- a/skel-root/general/files-etc/profile +++ b/skel-root/general/files-etc/profile @@ -7,6 +7,9 @@ if [ -d "/usr/local/bin" ]; then PATH="/usr/local/bin:$PATH" fi +# add neutrino's luaplugindir to PATH +PATH=$PATH:/usr/share/tuxbox/neutrino/luaplugins + if [ -z "$PS1" ]; then if [ "`id -u`" -eq 0 ]; then PS1='[\h] \w \# '