summaryrefslogtreecommitdiffstats
path: root/kde3/kdegraphics3/post-install
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-09-30 01:02:05 +0200
committertnut <thierryn1 at hispeed dot ch>2010-09-30 01:02:05 +0200
commit15af64b4085c440d792860e716028ec6912211a4 (patch)
tree865c6c336735a0e0cae01ef8a1ec689118ac0e75 /kde3/kdegraphics3/post-install
parente9a207678aa5b23b4ee2840d483871396fdbf562 (diff)
downloadnutyx-extra-15af64b4085c440d792860e716028ec6912211a4.tar.gz
nutyx-extra-15af64b4085c440d792860e716028ec6912211a4.tar.bz2
nutyx-extra-15af64b4085c440d792860e716028ec6912211a4.tar.xz
nutyx-extra-15af64b4085c440d792860e716028ec6912211a4.zip
ajout de kdegraphics3#3.5.10-1
Diffstat (limited to 'kde3/kdegraphics3/post-install')
-rw-r--r--kde3/kdegraphics3/post-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde3/kdegraphics3/post-install b/kde3/kdegraphics3/post-install
new file mode 100644
index 000000000..3a145b1a1
--- /dev/null
+++ b/kde3/kdegraphics3/post-install
@@ -0,0 +1,5 @@
+#!/bin/bash
+package=kdegraphics
+if ( pkginfo -i | grep $package > /dev/null ) ; then
+ pkgrm $package
+fi