summarylogtreecommitdiffstats
path: root/com.pal.dosbox.install
blob: 9bef983d91dcfc88bcccf6afb534a8057584f123 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	sudo chmod 777 /opt/durapps/com.pal.dosbox/*
}

post_upgrade() {
	post_install
}

post_remove() {
	sudo rm -rf /opt/durapps/com.pal.dosbox
}