3 # Revisa si el usuario es root
8 if [ "$UID" -ne "$ROOT_UID" ]; then
9 printf "$(gettext "%s Necesitas ser root
")\n" "$CMD_NAME"
16 gcc mpd-notify.c libmpdclient.c
-o mpd-notify
17 cp mpd-notify
/usr
/local
/bin
/
18 cp mpd-notify-daemon
/usr
/local
/bin
19 echo "********************************************************"
20 echo "Para iniciar mpd-notify ejecutar mpd-notify-daemon start"
22 echo "Para iniciarlo automaticamente agregar mpd-notify-daemon start
23 a tus programas de inicio"
25 echo "Instalado Correctamente"