eole-lemonldap-themes/debian/eole-lemonldap-themes.postinst

8 lines
230 B
Plaintext
Raw Normal View History

2019-09-25 15:06:22 +02:00
#!/bin/bash
2019-09-25 15:14:00 +02:00
# Création du lien de template transnum
if [ ! -L "/usr/share/lemonldap-ng/portal/templates/transnum" ]
2019-09-25 15:06:22 +02:00
then
2019-09-25 15:14:00 +02:00
ln -s /usr/share/lemonldap-ng/portal/templates/transnum /var/lib/lemonldap-ng/portal/skins/transnum
2019-09-25 15:06:22 +02:00
fi