Subversion Repositories ALCASAR

Rev

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

Rev 2256 Rev 2291
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 2256 2017-05-28 19:43:00Z richard $
2
# $Id: alcasar-urpmi.sh 2291 2017-06-20 10:28:30Z 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
else
214
else
215
	echo "Nettoyage du système : "
215
	echo "Nettoyage du système : "
216
fi
216
fi
217
rm_rpm="shorewall mandi avahi mageia-gfxboot-theme cpupower privoxy squid gamin"
217
rm_rpm="shorewall mandi avahi mageia-gfxboot-theme cpupower privoxy squid gamin"
218
/usr/sbin/urpme --auto -a $rm_rpm
218
/usr/sbin/urpme --auto -a $rm_rpm
219
/usr/sbin/urpme --auto-orphans
219
/usr/sbin/urpme --auto --auto-orphans
220
 
220
 
221
# Save chilli launch script (erase with new rpm one)
221
# Save chilli launch script (erase with new rpm one)
222
[ -e /etc/chilli.conf ] && cp /etc/chilli.conf /tmp/
222
[ -e /etc/chilli.conf ] && cp /etc/chilli.conf /tmp/
223
# Install home made RPMs
223
# Install home made RPMs
224
urpmi --no-verify --auto rpms/$ARCH/*.rpm
224
urpmi --no-verify --auto rpms/$ARCH/*.rpm