summarylogtreecommitdiffstats
path: root/tutanota-desktop-linux.install
blob: 24aab08d95c28b1745e001a8f199e53f08e75400 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	ln -sf '/opt/tutanota-desktop-linux/tutanota-desktop-linux.AppImage' '/usr/bin/tutanota-desktop-linux'
}

post_upgrade() {
	post_install $1
}

post_remove() {
	rm -f '/usr/bin/tutanota-desktop-linux'
}