summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-10 21:59:25 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-10 21:59:25 +0200
commitf390a2a6614f3960ad08be6f6d17f55c09562162 (patch)
treeadd05c824643dac36c7a80c6b8ccb15c63710a41
parent7b95e03d502d7b7195c3bff1c0e07124f3628e06 (diff)
downloadnutyx-extra-f390a2a6614f3960ad08be6f6d17f55c09562162.tar.gz
nutyx-extra-f390a2a6614f3960ad08be6f6d17f55c09562162.tar.bz2
nutyx-extra-f390a2a6614f3960ad08be6f6d17f55c09562162.tar.xz
nutyx-extra-f390a2a6614f3960ad08be6f6d17f55c09562162.zip
gestpkg ajout pre-install pour éviter conflit avec gestpkg-1.2
-rw-r--r--extra/gestpkg/pre-install3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/gestpkg/pre-install b/extra/gestpkg/pre-install
new file mode 100644
index 000000000..f7e04387e
--- /dev/null
+++ b/extra/gestpkg/pre-install
@@ -0,0 +1,3 @@
+if ( pkginfo -i | grep ^"gestpkg-1.2 " > /dev/null ) ; then
+ pkgrm gestpkg-1.2
+fi