Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 499dd3e153ce882ecc437699183fb7c1 > scriptlet

Xarchiver-0.4.6-1.amd64.rpm

POSTIN

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

POSTUN

/bin/sh
{ \
if [ $1 = 0 ]; then \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
fi \
}
{ \
	umask 022; \
	/usr/bin/gtk-update-icon-cache -qf /usr/share/icons/hicolor; \
}