Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 71302f6db5db89f16b40d16a8e64aac0 > scriptlet

gvim-motif-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 \
}