summarylogtreecommitdiffstats
path: root/spwn-bin.install
blob: e611744c1a73256a92d143b25cd524b0238ca88f (plain)
1
2
3
4
5
6
7
post_install() {
    ln -s /usr/bin/spwn-bin/spwn /usr/bin/spwn
}

post_remove() {
    unlink /usr/bin/spwn
}