summarylogtreecommitdiffstats
path: root/gpsprune.install
blob: 836bebd88b3742209b04d62659f8d4aef5254e66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
    /bin/true
}

post_upgrade() {
    echo "Note for upgrading users:"
    echo "/usr/bin/prune has been renamed to gpsprune to resolve conflict"
    echo "with graphviz package"
    /bin/true
}

pre_remove() {
   /bin/true
}

op=$1
shift

$op "$@"