started creation of the first update

changed release of samba and mpfire
fixed pakfire uninstall problem


git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1078 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
maniacikarus
2007-11-12 17:50:31 +00:00
parent fcd5cb6f24
commit 61a704394b
6 changed files with 15 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ extract_files() {
remove_files() {
echo "Removing files..."
for i in $(cat /opt/pakfire/tmp/ROOTFILES); do
rm -rfv ${i}
rm -rfv /${i}
done
echo "...Finished."
}
@@ -75,10 +75,10 @@ start_service() {
;;
*)
break
;;
;;
esac
done
if [ -e "/etc/init.d/${1}" ]; then
if [ -n "${BACKGROUND}" ]; then
(sleep ${DELAY} && /etc/init.d/${1} start) &