Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 0625ab3da5e242a73987c1868be9c585 > scriptlet

naat-frontend-www-en-0.8-32mdk.noarch.rpm

POSTIN

/bin/sh
# documentation
if [ ! -e /var/www-naat/html/en/secure/doc ]; then
	ln -fs /usr/share/doc/mandrake/en /var/www-naat/html/en/secure/doc
fi
##
#%post de
## documentation
#if [ ! -e /var/www-naat/html/de/secure/doc ]; then
#	ln -fs /usr/share/doc/mandrake/de /var/www-naat/html/de/secure/doc
#fi
#
#%post es
## documentation
#if [ ! -e /var/www-naat/html/es/secure/doc ]; then
#	ln -fs /usr/share/doc/mandrake/es /var/www-naat/html/es/secure/doc
#fi
#
#%post pt
## documentation
#if [ ! -e /var/www-naat/html/pt/secure/doc ]; then
#	ln -fs /usr/share/doc/mandrake/pt /var/www-naat/html/pt/secure/doc
#fi
#
#%post it
## documentation
#if [ ! -e /var/www-naat/html/it/secure/doc ]; then
#	ln -fs /usr/share/doc/mandrake/it /var/www-naat/html/it/secure/doc
#fi
#