Package-Manager: Portage-2.3.19, Repoman-2.3.6
}
pkg_preinst() {
+ gnome2_icon_savelist
+
enewgroup ${PN}
# note this works only for first install so we have to
# elog user about the need of being in video group
}
pkg_postinst() {
- gnome2_icon_cache_update
+ if [[ -n ${GNOME2_ECLASS_ICONS} ]]; then
+ gnome2_icon_cache_update
+ fi
elog
elog "You are using the source compiled version of boinc."
}
pkg_postrm() {
- gnome2_icon_cache_update
+ if [[ -n ${GNOME2_ECLASS_ICONS} ]]; then
+ gnome2_icon_cache_update
+ fi
}