#!/bin/bash #Compruebo si existe el fichero de la version anterior y lo elimino if [ -f /etc/xdg/autostart/lliurex-conky.desktop ] ; then echo " * Deleting lliurex-conky autostart " rm -R /etc/xdg/autostart/lliurex-conky.desktop fi