From 40ae6c5c75cc26daf72e41e08824e65ab8672656 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 10 Oct 2010 18:56:25 +0200 Subject: qt, suppression de post-install --- extra/qt/post-install | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 extra/qt/post-install (limited to 'extra') diff --git a/extra/qt/post-install b/extra/qt/post-install deleted file mode 100755 index 37057e467..000000000 --- a/extra/qt/post-install +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -if ( pkginfo -i | grep phonon > /dev/null ) ; then - pkgrm phonon -fi -- cgit v1.2.3-70-g09d2 From 02bf6a948d7d37a3a5737eed4040da0093ca49f7 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 10 Oct 2010 19:22:40 +0200 Subject: qt,ajout post-install --- extra/qt/post-install | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extra/qt/post-install (limited to 'extra') diff --git a/extra/qt/post-install b/extra/qt/post-install new file mode 100644 index 000000000..afd2d4e5e --- /dev/null +++ b/extra/qt/post-install @@ -0,0 +1,4 @@ +if ! ( pkginfo -i | grep phonon > /dev/null ) ; then + pkg-get depinst phonon +fi + -- cgit v1.2.3-70-g09d2 From f390a2a6614f3960ad08be6f6d17f55c09562162 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 10 Oct 2010 21:59:25 +0200 Subject: gestpkg ajout pre-install pour éviter conflit avec gestpkg-1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/gestpkg/pre-install | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 extra/gestpkg/pre-install (limited to 'extra') 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 -- cgit v1.2.3-70-g09d2 From 473b056c8124afc9b3daeb06f5cf84342997ee7b Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 10 Oct 2010 21:59:41 +0200 Subject: gestpkg-1.2 ajout pre-install pour éviter conflit avec gestpkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/gestpkg-1.2/pre-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra') 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 -- cgit v1.2.3-70-g09d2