diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-10 18:56:25 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-10 18:56:25 +0200 |
commit | 40ae6c5c75cc26daf72e41e08824e65ab8672656 (patch) | |
tree | cddbd471e78fac6c02a04bab0085ec81dd30e94f /extra | |
parent | 89905001934c3a3cff05b02701435637fd514c6b (diff) | |
download | nutyx-pakxe-40ae6c5c75cc26daf72e41e08824e65ab8672656.tar.gz nutyx-pakxe-40ae6c5c75cc26daf72e41e08824e65ab8672656.tar.bz2 nutyx-pakxe-40ae6c5c75cc26daf72e41e08824e65ab8672656.tar.xz nutyx-pakxe-40ae6c5c75cc26daf72e41e08824e65ab8672656.zip |
qt, suppression de post-install
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/qt/post-install | 4 |
1 files changed, 0 insertions, 4 deletions
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 |