Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 6991553de69de9f8f674c31e1cd5dab1 > scriptlet

vim-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 \
}