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 | |
parent | 0a945743137899dff0ac30db3dd28bc57902438b (diff) | |
download | nutyx-extra-865449059055da32b9944f02773d269926c96048.tar.gz nutyx-extra-865449059055da32b9944f02773d269926c96048.tar.bz2 nutyx-extra-865449059055da32b9944f02773d269926c96048.tar.xz nutyx-extra-865449059055da32b9944f02773d269926c96048.zip |
paquets kde, ajout des pre-install
Diffstat (limited to 'kde')
-rw-r--r-- | kde/ksnapshot/pre-install | 4 | ||||
-rw-r--r-- | kde/libkipi/pre-install | 4 | ||||
-rw-r--r-- | kde/pykde4/pre-install | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/kde/ksnapshot/pre-install b/kde/ksnapshot/pre-install new file mode 100644 index 000000000..f361ae64d --- /dev/null +++ b/kde/ksnapshot/pre-install @@ -0,0 +1,4 @@ +#!/bin/bash +if ( pkginfo -l kdegraphics > /dev/null 2>&1 ) ; then + pkgrm kdegraphics +fi 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 diff --git a/kde/pykde4/pre-install b/kde/pykde4/pre-install new file mode 100644 index 000000000..0b2fdf10b --- /dev/null +++ b/kde/pykde4/pre-install @@ -0,0 +1,4 @@ +#!/bin/bash +if ( pkginfo -l kdebindings > /dev/null 2>&1 ) ; then + pkgrm kdebindings +fi |