finalisation debian

This commit is contained in:
Arnaud Fornerot 2019-09-25 15:13:05 +02:00
parent bce5766232
commit 9187bfb35d
1 changed files with 7 additions and 0 deletions

7
debian/eole-lemonldap-themes.postinst vendored Normal file
View File

@ -0,0 +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