Fixed solarus-1.5.3 and renamed it to solarus-1.5.3-r1
This commit is contained in:
parent
f99f906598
commit
b5d54833c1
|
@ -58,3 +58,13 @@ src_install() {
|
||||||
doman solarus.6
|
doman solarus.6
|
||||||
use doc && dodoc -r doc/${PV%.*}/html/*
|
use doc && dodoc -r doc/${PV%.*}/html/*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pkg_postinst()
|
||||||
|
{
|
||||||
|
gnome2_icon_cache_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm()
|
||||||
|
{
|
||||||
|
gnome2_icon_cache_update
|
||||||
|
}
|
Reference in New Issue
Block a user