Fixed solarus-1.5.3 and renamed it to solarus-1.5.3-r1

This commit is contained in:
tastytea 2018-06-20 09:16:18 +02:00
parent f99f906598
commit b5d54833c1
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 10 additions and 0 deletions

View File

@ -58,3 +58,13 @@ src_install() {
doman solarus.6
use doc && dodoc -r doc/${PV%.*}/html/*
}
pkg_postinst()
{
gnome2_icon_cache_update
}
pkg_postrm()
{
gnome2_icon_cache_update
}