diff options
author | tnut <tnut at nutyx dot com> | 2011-08-01 20:10:16 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-08-01 20:10:16 +0200 |
commit | 865449059055da32b9944f02773d269926c96048 (patch) | |
tree | b48e1652d86ed038ccc7323fc9a9c3fdba0246a1 /kde/libkipi/pre-install | |
parent | 0a945743137899dff0ac30db3dd28bc57902438b (diff) | |
download | nutyx-pakxe-865449059055da32b9944f02773d269926c96048.tar.gz nutyx-pakxe-865449059055da32b9944f02773d269926c96048.tar.bz2 nutyx-pakxe-865449059055da32b9944f02773d269926c96048.tar.xz nutyx-pakxe-865449059055da32b9944f02773d269926c96048.zip |
paquets kde, ajout des pre-install
Diffstat (limited to 'kde/libkipi/pre-install')
-rw-r--r-- | kde/libkipi/pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/libkipi/pre-install b/kde/libkipi/pre-install new file mode 100644 index 000000000..f361ae64d --- /dev/null +++ b/kde/libkipi/pre-install @@ -0,0 +1,4 @@ +#!/bin/bash +if ( pkginfo -l kdegraphics > /dev/null 2>&1 ) ; then + pkgrm kdegraphics +fi |