Subversion Repositories ALCASAR

Rev

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

Rev 1062 Rev 1076
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-urpmi.sh 1062 2013-04-01 21:20:12Z richard $
2
# $Id: alcasar-urpmi.sh 1076 2013-05-01 17:35:43Z 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 135... Line 135...
135
		fi
135
		fi
136
	fi
136
	fi
137
done
137
done
138
# delete unused RPMs
138
# delete unused RPMs
139
echo "Cleaning the system : "
139
echo "Cleaning the system : "
140
for rm_rpm in shorewall mandi radeontool
140
for rm_rpm in shorewall mandi radeontool avahi
141
do
141
do
142
	/usr/sbin/urpme --auto $rm_rpm --auto-orphans 2>/dev/null
142
	/usr/sbin/urpme --auto $rm_rpm --auto-orphans 2>/dev/null
143
	echo -n "."
143
	echo -n "."
144
done
144
done
145
echo
145
echo