6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
|
. lib/lsb/init-functions
|
||
|
if [ -z "`cards list|grep libvlc\ `" ]; then
|
||
|
cards install libvlc
|
||
|
log_warning_msg "${WARNING}libvlc${NORMAL} is now installed"
|
||
|
fi
|