Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > dd813b473614dbe10673a96ba2924a14 > scriptlet

mozilla-thunderbird-2.0-0.b2.5.amd64.rpm

PREIN

/bin/sh
if [ -d /usr/lib64/mozilla-thunderbird/dictionaries ] && [ ! -L /usr/lib64/mozilla-thunderbird/dictionaries ]; then
	mv -v /usr/lib64/mozilla-thunderbird/dictionaries{,.rpmsave}
fi
for d in chrome defaults greprefs icons init.d isp res; do
	if [ -d /usr/lib64/mozilla-thunderbird/$d ] && [ ! -L /usr/lib64/mozilla-thunderbird/$d ]; then
		install -d /usr/share/mozilla-thunderbird
		mv /usr/lib64/mozilla-thunderbird/$d /usr/share/mozilla-thunderbird/$d
	fi
done
exit 0