Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 87092f23f89fdfbe5aec5c2d29faa0ce > scriptlet

gvim-gnome-7.0.216-1.amd64.rpm

POSTIN

/bin/sh
[ ! -x /usr/bin/update-desktop-database ] || { \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
}

POSTUN

/bin/sh
[ ! -x /usr/bin/update-desktop-database ] || { \
if [ $1 = 0 ]; then \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
fi \
}