summaryrefslogtreecommitdiffstats
path: root/extra/krdc/pre-install
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:47 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:47 +0200
commit2f92e37131a9e0756b5ad80ed65658ba5e28a3a2 (patch)
treeeb8307eb9142a7c143b99ca6bd416709bd9e2928 /extra/krdc/pre-install
parent7e21b49543733c60555ff719406690844d57093f (diff)
downloadnutyx-pakxe-2f92e37131a9e0756b5ad80ed65658ba5e28a3a2.tar.gz
nutyx-pakxe-2f92e37131a9e0756b5ad80ed65658ba5e28a3a2.tar.bz2
nutyx-pakxe-2f92e37131a9e0756b5ad80ed65658ba5e28a3a2.tar.xz
nutyx-pakxe-2f92e37131a9e0756b5ad80ed65658ba5e28a3a2.zip
krdc dans extra
Diffstat (limited to 'extra/krdc/pre-install')
-rw-r--r--extra/krdc/pre-install4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/krdc/pre-install b/extra/krdc/pre-install
new file mode 100644
index 000000000..1fa03e2e8
--- /dev/null
+++ b/extra/krdc/pre-install
@@ -0,0 +1,4 @@
+#!/bin/bash
+if ( pkginfo -l kdenetwork > /dev/null 2>&1 ) ; then
+ pkgrm kdenetwork
+fi