Subversion Repositories ALCASAR

Rev

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

Rev 1485 Rev 1509
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 1485 2014-11-12 08:12:40Z richard $
2
# $Id: alcasar-urpmi.sh 1509 2014-11-30 22:45:38Z 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 privoxy cpupower
221
for rm_rpm in shorewall mandi radeontool avahi mageia-gfxboot-theme privoxy cpupower squid
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