Subversion Repositories ALCASAR

Rev

Rev 2165 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2165 Rev 2192
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 2165 2017-04-06 22:04:35Z richard $
2
# $Id: alcasar-urpmi.sh 2192 2017-05-01 19:52:53Z 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 214... Line 214...
214
then
214
then
215
	echo "Cleaning the system : "
215
	echo "Cleaning the system : "
216
else
216
else
217
	echo "Nettoyage du système : "
217
	echo "Nettoyage du système : "
218
fi
218
fi
219
for rm_rpm in shorewall mandi avahi mageia-gfxboot-theme privoxy cpupower squid gamin
219
for rm_rpm in shorewall mandi avahi mageia-gfxboot-theme privoxy cpupower squid gamin wkhtmltopdf
220
do
220
do
221
	/usr/sbin/urpme --auto $rm_rpm --auto-orphans 2>/dev/null
221
	/usr/sbin/urpme --auto $rm_rpm --auto-orphans 2>/dev/null
222
	echo -n "."
222
	echo -n "."
223
done
223
done
224
 
224