summarylogtreecommitdiffstats
path: root/jcryptool.install
blob: 66523d845b980367b147cccca0cb6db8a6b639c4 (plain)
1
2
3
4
5
6
7
post_install() {
	ln -s /opt/jcryptool/JCrypTool /usr/bin/jcryptool
}

post_remove() {
	rm /usr/bin/jcryptool
}