eclipse/macros.eclipse
2012-02-09 11:02:18 -05:00

18 lines
345 B
Plaintext

# RPM macros for eclipse packages.
#
%_eclipse_base %{_libdir}/eclipse
%_eclipse_pkg_post \
touch /var/lib/rpm-state/eclipse/run-reconciler
%_eclipse_pkg_postun \
touch /var/lib/rpm-state/eclipse/run-reconciler \
\
if [ $1 == 0 ]; then \
eclipse-reconciler.sh > /dev/null \
fi \
%_eclipse_pkg_posttrans \
eclipse-reconciler.sh > /dev/null