diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-10 21:59:41 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-10 21:59:41 +0200 |
commit | 473b056c8124afc9b3daeb06f5cf84342997ee7b (patch) | |
tree | 720898060a90474eea149779fcb99e1556aa6490 /extra | |
parent | f390a2a6614f3960ad08be6f6d17f55c09562162 (diff) | |
download | nutyx-pakxe-473b056c8124afc9b3daeb06f5cf84342997ee7b.tar.gz nutyx-pakxe-473b056c8124afc9b3daeb06f5cf84342997ee7b.tar.bz2 nutyx-pakxe-473b056c8124afc9b3daeb06f5cf84342997ee7b.tar.xz nutyx-pakxe-473b056c8124afc9b3daeb06f5cf84342997ee7b.zip |
gestpkg-1.2 ajout pre-install pour éviter conflit avec gestpkg
Diffstat (limited to 'extra')
-rw-r--r-- | extra/gestpkg-1.2/pre-install | 4 |
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 |