Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 5c737c65485c17e4ccc89bc67326dacd > scriptlet

etherape-0.9.7-4.amd64.rpm

POSTIN

/bin/sh

	/usr/bin/scrollkeeper-update -q; 
	
{ \
	umask 022; \
	/usr/bin/update-desktop-database -q; \
}

POSTUN

/bin/sh

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

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