:: Re: [DNG] netman-autostart_0.1.1
Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: aitor_czr
Ημερομηνία:  
Προς: Edward Bartolo
Υ/ο: dng
Αντικείμενο: Re: [DNG] netman-autostart_0.1.1
Hi again,

On 12/27/2015 01:51 PM, aitor_czr wrote:
> I attach three files. Because i also changed netman-gui.postrm


The netman-gui.postrm was wrong. I attach it again.

    Aitor.

#!/bin/sh

set -e

if [ -e /etc/xdg/autostart/netman.desktop ]; then
    rm -f /etc/xdg/autostart/netman.desktop
fi


#DEBHELPER#
exit 0