Subversion Repositories ALCASAR

Rev

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

Rev 1703 Rev 1733
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 1703 2015-10-19 09:27:28Z richard $
2
# $Id: alcasar-urpmi.sh 1733 2015-12-29 10:32:29Z 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 186... Line 186...
186
then
186
then
187
	echo "Cleaning the system : "
187
	echo "Cleaning the system : "
188
else
188
else
189
	echo "Nettoyage du système : "
189
	echo "Nettoyage du système : "
190
fi
190
fi
191
for rm_rpm in shorewall mandi radeontool avahi mageia-gfxboot-theme privoxy cpupower squid
191
for rm_rpm in shorewall mandi radeontool avahi mageia-gfxboot-theme privoxy cpupower squid gamin
192
do
192
do
193
	/usr/sbin/urpme --auto $rm_rpm --auto-orphans 2>/dev/null
193
	/usr/sbin/urpme --auto $rm_rpm --auto-orphans 2>/dev/null
194
	echo -n "."
194
	echo -n "."
195
done
195
done
196
 
196