|
|
for i in ${DIRS} | for i in ${DIRS} |
do | do |
if [ -d ${i} ] ; then | if [ -d ${i} ] ; then |
chown -R --dereference root:0 ${i} |
chown -R --dereference -L root:0 ${i} |
mv ${i} ${D}${INSTALLDIR} | mv ${i} ${D}${INSTALLDIR} |
fi | fi |
done | done |
| |
exeinto ${INSTALLDIR} | exeinto ${INSTALLDIR} |
doexe bin/acroread || die "doexe failed" | doexe bin/acroread || die "doexe failed" |
dodoc Browser/Browser_Plugin_HowTo.txt |
# The Browser_Plugin_HowTo.txt is now in a subdirectory, which |
|
# is named according to the language the user is using. |
|
# Ie. for German, it is in a DEU directory. See bug #118015 |
|
#dodoc Browser/${LANG_TAG}/Browser_Plugin_HowTo.txt |
| |
if use nsplugin ; then | if use nsplugin ; then |
exeinto /opt/netscape/plugins | exeinto /opt/netscape/plugins |
|
|
| |
pkg_postinst () { | pkg_postinst () { |
# fix wrong directory permissions (bug #25931) | # fix wrong directory permissions (bug #25931) |
find ${INSTALLDIR} -type d | xargs chmod 755 || die |
find ${INSTALLDIR}/. -type d | xargs chmod 755 || die |
| |
einfo "The Acrobat(TM) Security Plugin will be enabled with USE=ldap" | einfo "The Acrobat(TM) Security Plugin will be enabled with USE=ldap" |
einfo "The Acrobat(TM) Browser Plugin will be enabled with USE=nsplugin" | einfo "The Acrobat(TM) Browser Plugin will be enabled with USE=nsplugin" |