Revisión 313
Añadido por Manu Mora Gordillo hace alrededor de 13 años
autorename/trunk/debian/changelog | ||
---|---|---|
autorename (0.1-7) unstable; urgency=low
|
||
|
||
* Bug autorename-client.postinst: gdm and gdm3
|
||
|
||
-- Manuel Mora Gordillo <manuito@gmail.com> Mon, 26 Apr 2012 12:31:00 +0200
|
||
|
||
autorename (0.1-6) unstable; urgency=low
|
||
|
||
* Bug autorename-client.postinst
|
autorename/trunk/debian/autorename-client.postinst | ||
---|---|---|
echo "#!/bin/sh" >> /etc/$DIR/PostLogin/Default
|
||
fi
|
||
|
||
EXISTS=`cat /etc/gdm/PostLogin/Default | grep '/usr/share/autorename-client/client.py \$LOGNAME'`
|
||
EXISTS=`cat /etc/$DIR/PostLogin/Default | grep '/usr/share/autorename-client/client.py \$LOGNAME'`
|
||
if [ -z "$EXISTS" ]; then
|
||
echo "/usr/share/autorename-client/client.py \$LOGNAME" >> /etc/gdm/PostLogin/Default
|
||
echo "/usr/share/autorename-client/client.py \$LOGNAME" >> /etc/$DIR/PostLogin/Default
|
||
fi
|
||
chmod +x /etc/$DIR/PostLogin/Default
|
||
;;
|
Exportar a: Unified diff
Diferenciando gdm de gdm3