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/qt/post-install') 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/qt/post-install') 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