Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=28abc925658e1eddf77ee80bd2830725a8aa5b0f
commit 28abc925658e1eddf77ee80bd2830725a8aa5b0f
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date: Thu Dec 27 16:44:20 2007 +0100
pacman-g2-3.6.6-2-i686
added post_install() to scriptlet to allow building a current chroot from
stable
diff --git a/source/base/pacman-g2/FrugalBuild
b/source/base/pacman-g2/FrugalBuild
index 3f5eabf..7528261 100644
--- a/source/base/pacman-g2/FrugalBuild
+++ b/source/base/pacman-g2/FrugalBuild
@@ -6,7 +6,7 @@ USE_DEVEL=${USE_DEVEL:-"n"}
pkgname=pacman-g2
pkgver=3.6.6
Fuse $USE_DEVEL && pkgver=3.6.5.25.gf2bbdac
-pkgrel=1
+pkgrel=2
pkgdesc="A .tar.bz2 based package manager library (libpacman) and client
(pacman-g2) with dependency support."
url="http://ftp.frugalware.org/pub/other/pacman-g2/"
backup=(etc/{makepkg,pacman}.conf
etc/pacman-g2/repos/{frugalware,frugalware-current})
diff --git a/source/base/pacman-g2/pacman-g2.install
b/source/base/pacman-g2/pacman-g2.install
index b8efaf3..b1ff7d6 100644
--- a/source/base/pacman-g2/pacman-g2.install
+++ b/source/base/pacman-g2/pacman-g2.install
@@ -1,3 +1,12 @@
+post_install()
+{
+ # this can be removed after 0.8 is out
+ ln -s pacman-g2.conf /etc/pacman.conf
+ ln -s /etc/pacman-g2/repos /etc/pacman.d
+ ln -s pacman-g2 /var/cache/pacman
+ ln -s pacman-g2 /var/lib/pacman
+}
+
post_upgrade()
{
# this can be removed after 0.8 is out
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git