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

post_upgrade() {
	# do something here
}

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