Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 4e9ab2abbc0957435c0ccd6a3b45f009 > scriptlet

lib64wxgtku2.8-devel-2.8.12-24.mga7.x86_64.rpm

POSTIN

/bin/sh
/usr/sbin/update-alternatives \
	--install /usr/bin/wx-config \
	wx-config \
	/usr/bin/wx-config2.8 \
	25

/usr/sbin/update-alternatives \
	--install /usr/bin/wxrc \
	wxrc \
	/usr/bin/wxrc-2.8 \
	25

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
/usr/sbin/update-alternatives \
	--remove wx-config \
	/usr/bin/wx-config2.8

/usr/sbin/update-alternatives \
	--remove wxrc \
	/usr/bin/wxrc-2.8
fi