summarylogtreecommitdiffstats
path: root/jflap.install
blob: 164652586ef4aae96800310b29c669784c6022ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Maintainers: swyter <swyterzone+aur@gmail.com>

post_upgrade()
{
	# make the svg icon appear correctly without having to wait for a restart:
	gtk-update-icon-cache -f "/usr/share/icons/hicolor"
}
post_install()
{
	# call that thing up there :)
	post_upgrade
}