diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-09-30 01:02:05 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-09-30 01:02:05 +0200 |
commit | 15af64b4085c440d792860e716028ec6912211a4 (patch) | |
tree | 865c6c336735a0e0cae01ef8a1ec689118ac0e75 /kde3/kdegraphics3/post-install | |
parent | e9a207678aa5b23b4ee2840d483871396fdbf562 (diff) | |
download | nutyx-pakxe-15af64b4085c440d792860e716028ec6912211a4.tar.gz nutyx-pakxe-15af64b4085c440d792860e716028ec6912211a4.tar.bz2 nutyx-pakxe-15af64b4085c440d792860e716028ec6912211a4.tar.xz nutyx-pakxe-15af64b4085c440d792860e716028ec6912211a4.zip |
ajout de kdegraphics3#3.5.10-1
Diffstat (limited to 'kde3/kdegraphics3/post-install')
-rw-r--r-- | kde3/kdegraphics3/post-install | 5 |
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 |