diff options
author | tnut <tnut at nutyx dot com> | 2011-08-01 17:33:44 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-08-01 17:33:44 +0200 |
commit | 10112d3b1eb032dd15ba80f3ddc64b4a8e764b79 (patch) | |
tree | 1dbe7a27f82b0819fae878a70b7a677f55691894 /kde/kppp/pre-install | |
parent | b8e56bd91a17c6aeb0819747b9354b1642216240 (diff) | |
download | nutyx-extra-10112d3b1eb032dd15ba80f3ddc64b4a8e764b79.tar.gz nutyx-extra-10112d3b1eb032dd15ba80f3ddc64b4a8e764b79.tar.bz2 nutyx-extra-10112d3b1eb032dd15ba80f3ddc64b4a8e764b79.tar.xz nutyx-extra-10112d3b1eb032dd15ba80f3ddc64b4a8e764b79.zip |
ajout de kppp 4.7.0-1
Diffstat (limited to 'kde/kppp/pre-install')
-rw-r--r-- | kde/kppp/pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/kppp/pre-install b/kde/kppp/pre-install new file mode 100644 index 000000000..1fa03e2e8 --- /dev/null +++ b/kde/kppp/pre-install @@ -0,0 +1,4 @@ +#!/bin/bash +if ( pkginfo -l kdenetwork > /dev/null 2>&1 ) ; then + pkgrm kdenetwork +fi |