summaryrefslogtreecommitdiffstats
path: root/extra/gestpkg-1.2
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-10 21:59:41 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-10 21:59:41 +0200
commit473b056c8124afc9b3daeb06f5cf84342997ee7b (patch)
tree720898060a90474eea149779fcb99e1556aa6490 /extra/gestpkg-1.2
parentf390a2a6614f3960ad08be6f6d17f55c09562162 (diff)
downloadnutyx-extra-473b056c8124afc9b3daeb06f5cf84342997ee7b.tar.gz
nutyx-extra-473b056c8124afc9b3daeb06f5cf84342997ee7b.tar.bz2
nutyx-extra-473b056c8124afc9b3daeb06f5cf84342997ee7b.tar.xz
nutyx-extra-473b056c8124afc9b3daeb06f5cf84342997ee7b.zip
gestpkg-1.2 ajout pre-install pour éviter conflit avec gestpkg
Diffstat (limited to 'extra/gestpkg-1.2')
-rw-r--r--extra/gestpkg-1.2/pre-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gestpkg-1.2/pre-install b/extra/gestpkg-1.2/pre-install
index 343eab591..e0fc0092e 100644
--- a/extra/gestpkg-1.2/pre-install
+++ b/extra/gestpkg-1.2/pre-install
@@ -1,3 +1,3 @@
-if ( pkginfo -l gestpkg > /dev/null); then
- pkgrm gestpkg
+if ( pkginfo -i | grep ^"gestpkg " > /dev/null ) ; then
+ pkgrm gestpkg
fi