summarylogtreecommitdiffstats
path: root/criptext-bin.install
blob: 577e729f6e1943b0ef49b7cde076fe6395fd2b3d (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() {
	post_install $1
}

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