diff options
Diffstat (limited to 'kde/kdepim-runtime/post-install')
-rwxr-xr-x | kde/kdepim-runtime/post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/kdepim-runtime/post-install b/kde/kdepim-runtime/post-install new file mode 100755 index 000000000..87900495a --- /dev/null +++ b/kde/kdepim-runtime/post-install @@ -0,0 +1,4 @@ +#!/bin/bash +if ( pkginfo -i | grep kdepim3 > /dev/null ) ; then + pkgrm kdepim3 +fi |