Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > d3dd57b8285ecea8a300ff20ed702493 > scriptlet

gnome-applets-accessx-status-2.14.3-3.amd64.rpm

POSTIN

/bin/sh

	/usr/bin/scrollkeeper-update -q; 
	
{ \
	umask 022; \
	/usr/bin/gtk-update-icon-cache -qf /usr/share/icons/hicolor; \
}
RPM_SCRIPTVERBOSITY=5 
[ -r /etc/sysconfig/rpm ] && . /etc/sysconfig/rpm 
if [ -x /usr/bin/banner.sh ]; then 
	CMD="/usr/bin/banner.sh --stderr $([ $RPM_SCRIPTVERBOSITY -ge 5 ] && echo -s) -m gnome-applets" 
else 
	CMD="cat >&2" 
fi 
eval $CMD << EOF 
For full functionality, you need to install control-center.
EOF

POSTUN

/bin/sh

if [ $1 = 0 ]; then 
	/usr/bin/scrollkeeper-update -q; 
fi 

{ \
	umask 022; \
	/usr/bin/gtk-update-icon-cache -qf /usr/share/icons/hicolor; \
}