summarylogtreecommitdiffstats
path: root/edex-ui.install
blob: 131b639f264f5726a4375aaa7bc79f202aba70e5 (plain)
1
2
3
4
5
6
7
post_install() {
	ln -sf /opt/eDEX-UI/edex-ui /usr/local/bin/edex-ui
}

post_remove() {
	rm -f /usr/local/bin/edex-ui
}