diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-27 20:20:26 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-27 20:20:26 +0100 |
commit | 0a893b03b6726eac60b3435b73a50aac6daaf794 (patch) | |
tree | 926e37ef260b7dcbbd1126309c14743b0918064f | |
parent | 3905108d5117e1ba8a225bba21cf3c625fd122cb (diff) | |
download | nutyx-pakxe-0a893b03b6726eac60b3435b73a50aac6daaf794.tar.gz nutyx-pakxe-0a893b03b6726eac60b3435b73a50aac6daaf794.tar.bz2 nutyx-pakxe-0a893b03b6726eac60b3435b73a50aac6daaf794.tar.xz nutyx-pakxe-0a893b03b6726eac60b3435b73a50aac6daaf794.zip |
phonon, ajout pre-install
-rw-r--r-- | kde/phonon/pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/phonon/pre-install b/kde/phonon/pre-install new file mode 100644 index 000000000..a515207c2 --- /dev/null +++ b/kde/phonon/pre-install @@ -0,0 +1,4 @@ +if ( pkginfo -i | grep phono-xine > /dev/null ) ; then + pkgrm phonon-xine +fi + |