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