diff options
author | tnut <tnut at nutyx dot com> | 2011-08-01 11:11:04 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-08-01 11:11:04 +0200 |
commit | 0db590a47e9997238e44c007553cb1d99034aace (patch) | |
tree | f424bb71e25e9b22b2de0536ebb93194a2026902 /kde | |
parent | 986642e10de41052feb2212aafe5df284a11123f (diff) | |
download | nutyx-extra-0db590a47e9997238e44c007553cb1d99034aace.tar.gz nutyx-extra-0db590a47e9997238e44c007553cb1d99034aace.tar.bz2 nutyx-extra-0db590a47e9997238e44c007553cb1d99034aace.tar.xz nutyx-extra-0db590a47e9997238e44c007553cb1d99034aace.zip |
kdegraphics-*, ajout pre-install
Diffstat (limited to 'kde')
-rw-r--r-- | kde/kdegraphics-strigi-analyzer/pre-install | 4 | ||||
-rw-r--r-- | kde/kdegraphics-thumbnailers/pre-install | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/kde/kdegraphics-strigi-analyzer/pre-install b/kde/kdegraphics-strigi-analyzer/pre-install new file mode 100644 index 000000000..f361ae64d --- /dev/null +++ b/kde/kdegraphics-strigi-analyzer/pre-install @@ -0,0 +1,4 @@ +#!/bin/bash +if ( pkginfo -l kdegraphics > /dev/null 2>&1 ) ; then + pkgrm kdegraphics +fi diff --git a/kde/kdegraphics-thumbnailers/pre-install b/kde/kdegraphics-thumbnailers/pre-install new file mode 100644 index 000000000..f361ae64d --- /dev/null +++ b/kde/kdegraphics-thumbnailers/pre-install @@ -0,0 +1,4 @@ +#!/bin/bash +if ( pkginfo -l kdegraphics > /dev/null 2>&1 ) ; then + pkgrm kdegraphics +fi |