summaryrefslogtreecommitdiffstats
path: root/kde/kde-baseapps
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-08-01 20:28:53 +0200
committertnut <tnut at nutyx dot com>2011-08-01 20:28:53 +0200
commit6b1f23e21ac9c7f21176680982a89e7f6ca301d7 (patch)
tree1f9fb861c64468566bb97a8ba287d6186e9cfd1d /kde/kde-baseapps
parentd4564e06730c9d5efdc076946a01991b54a99786 (diff)
downloadnutyx-extra-6b1f23e21ac9c7f21176680982a89e7f6ca301d7.tar.gz
nutyx-extra-6b1f23e21ac9c7f21176680982a89e7f6ca301d7.tar.bz2
nutyx-extra-6b1f23e21ac9c7f21176680982a89e7f6ca301d7.tar.xz
nutyx-extra-6b1f23e21ac9c7f21176680982a89e7f6ca301d7.zip
kde-baseapps, maj pre-install
Diffstat (limited to 'kde/kde-baseapps')
-rw-r--r--kde/kde-baseapps/pre-install9
1 files changed, 6 insertions, 3 deletions
diff --git a/kde/kde-baseapps/pre-install b/kde/kde-baseapps/pre-install
index 9ca5fe850..5f98ef47d 100644
--- a/kde/kde-baseapps/pre-install
+++ b/kde/kde-baseapps/pre-install
@@ -1,4 +1,7 @@
#!/bin/bash
-if ( pkginfo -l kdebase > /dev/null 2>&1 ) ; then
- pkgrm kdebase
-fi
+for i in konq-plugins kdebase
+do
+ if ( pkginfo -l $i > /dev/null 2>&1 ) ; then
+ pkgrm $i
+ fi
+done