summarylogtreecommitdiffstats
path: root/criptext-bin.install
blob: 02b1c68fe2bd72509f8e76f691661b49a2a44f04 (plain)
1
2
3
4
5
6
7
post_install() {
	ln -sf '/opt/criptext-bin/Criptext-latest.AppImage' '/usr/local/bin/criptext'
}

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