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