summarylogtreecommitdiffstats
path: root/gp.install
blob: 34dc2e5b709992201e84513f68ae9903b3e9ee63 (plain)
1
2
3
4
5
6
7
pre_upgrade() {
    rm -f /usr/bin/gpgui
}

post_remove() {
    rm -f /usr/bin/gpgui
}