summarylogtreecommitdiffstats
path: root/install
blob: a5622593e35527bf7c2a51fc7e4ab64f2867aeb2 (plain)
1
2
3
4
5
6
7
8
9
10
post_install()
{
	update-desktop-database
}

post_upgrade()
{
	find /usr/share/samorost2/ -type d -exec chmod 755 '{}' \;
	post_install
}