diff --git a/debian/eole-lemonldap-themes.postinst b/debian/eole-lemonldap-themes.postinst index 14fcfe4..1a68072 100644 --- a/debian/eole-lemonldap-themes.postinst +++ b/debian/eole-lemonldap-themes.postinst @@ -1,7 +1,7 @@ #!/bin/bash # Création du lien de template transnum -if [ ! -L "/usr/share/lemonldap-ng/portal/templates/transnum" ] -then - ln -s /usr/share/lemonldap-ng/portal/templates/transnum /var/lib/lemonldap-ng/portal/skins/transnum -fi +#if [ ! -L "/usr/share/lemonldap-ng/portal/templates/transnum" ] +#then +# ln -s /usr/share/lemonldap-ng/portal/templates/transnum /var/lib/lemonldap-ng/portal/skins/transnum +#fi