Add postinstall steps to synfigstudio

This commit is contained in:
2020-11-24 20:42:36 +02:00
parent cddb7808c6
commit 3a3d6a121a

View File

@@ -39,3 +39,17 @@ src_prepare() {
default
eautoreconf
}
pkg_postinst()
{
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}
pkg_postrm()
{
xdg_desktop_database_update
xdg_icon_cache_update
xdg_mimeinfo_database_update
}