Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=f8a99a413d8b0ddaeec3c58feb5cc297c08fb1e8

commit f8a99a413d8b0ddaeec3c58feb5cc297c08fb1e8
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Fri Jul 29 11:21:10 2011 +0200

systemd-32-2-x86_64
*help migration stable->current when user install only base
*it's fixed with current setup
*can remove it after 1.5

diff --git a/source/base/systemd/FrugalBuild b/source/base/systemd/FrugalBuild
index a122f08..ec7bc33 100644
--- a/source/base/systemd/FrugalBuild
+++ b/source/base/systemd/FrugalBuild
@@ -12,7 +12,7 @@ fi

pkgname=systemd
pkgver=32
-pkgrel=1
+pkgrel=2
pkgdesc="A System and Service Manager"
url="http://www.freedesktop.org/wiki/Software/systemd";
depends=('dbus' 'udev' 'pam' 'coreutils' 'libcap' 'sysvinit-initscripts' 
'sysvinit-tools')
diff --git a/source/base/systemd/systemd.install 
b/source/base/systemd/systemd.install
index cbc9594..3b10683 100644
--- a/source/base/systemd/systemd.install
+++ b/source/base/systemd/systemd.install
@@ -22,6 +22,8 @@ post_install() {
ln -sf /proc/self/mounts /etc/mtab
/bin/systemd-machine-id-setup > /dev/null 2>&1 || :
grep LANG= /etc/sysconfig/language |sed 's/export //' > /etc/locale.conf
+       #can be remove after 1.5
+       mkdir -p /media
}

post_upgrade() {
@@ -33,6 +35,8 @@ post_upgrade() {
rm -f /etc/systemd/system/sysinit.target.wants/hwclock-load.service
#reload systemd
/bin/systemctl daemon-reexec > /dev/null 2>&1 || :
+       #can be removed after 1.5
+       mkdir -p /media
}

post_remove() {
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to