rep debian

This commit is contained in:
2019-09-25 15:06:22 +02:00
parent bce5766232
commit 0e961121b3
8 changed files with 94 additions and 0 deletions

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

@ -0,0 +1,10 @@
#!/bin/bash
# Nettoyage des fichiers eole-mysql
if [ ! -L "/var/lib/lemonldap-ng/portal/skins/draaf" ]
then
ln -s /usr/share/lemonldap-ng/portal-skins/draaf /var/lib/lemonldap-ng/portal/skins/
fi
#DEBHELPER#