Subversion Repositories ALCASAR

Rev

Rev 1365 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1365 Rev 1369
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 1365 2014-05-28 14:38:29Z richard $
2
# $Id: alcasar-urpmi.sh 1369 2014-06-03 16:23:07Z richard $
3
 
3
 
4
# alcasar-urpmi.sh
4
# alcasar-urpmi.sh
5
# by 3abtux and Rexy
5
# by 3abtux and Rexy
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
Line 216... Line 216...
216
then
216
then
217
	echo "Cleaning the system : "
217
	echo "Cleaning the system : "
218
else
218
else
219
	echo "Nettoyage du système : "
219
	echo "Nettoyage du système : "
220
fi
220
fi
221
for rm_rpm in shorewall mandi radeontool avahi mageia-gfxboot-theme
221
for rm_rpm in shorewall mandi radeontool avahi mageia-gfxboot-theme privoxy
222
do
222
do
223
	/usr/sbin/urpme --auto $rm_rpm --auto-orphans 2>/dev/null
223
	/usr/sbin/urpme --auto $rm_rpm --auto-orphans 2>/dev/null
224
	echo -n "."
224
	echo -n "."
225
done
225
done
226
 
226