summarylogtreecommitdiffstats
path: root/plotagraph.install
blob: 7c05b9ebc5e059240ceed3cc2bd73d4ae578e25d (plain)
1
2
3
4
5
6
7
post_install() {
	ln -sf '/opt/Plotaverse/plotagraph' '/usr/bin/plotagraph'
}

post_remove() {
	rm -f '/usr/bin/plotagraph'
}