summaryrefslogtreecommitdiffstats
path: root/kde3/kdegraphics3/post-install
blob: 3a145b1a1a5a91f75f01ee533b284dc47c540fee (plain)
1
2
3
4
5
#!/bin/bash
package=kdegraphics
if ( pkginfo -i | grep $package > /dev/null ) ; then
        pkgrm $package
fi