Skip to content

Commit

Permalink
8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Jun 7, 2024
1 parent b5d85f2 commit 2173e89
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lam-packaging/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ fi
if [ ! -L /usr/share/ldap-account-manager/lib/3rdParty/composer/monolog/monolog/src/Monolog ] ; then
ln -s /usr/share/php/Monolog /usr/share/ldap-account-manager/lib/3rdParty/composer/monolog/monolog/src/Monolog
fi
if [ ! -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr ] ; then
ln -s /usr/share/php/Psr /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr
if [ ! -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log ] ; then
ln -s /usr/share/php/Psr/Log /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log
fi
if [ ! -L /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku ] ; then
ln -s /usr/share/php/voku /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku
Expand Down
3 changes: 3 additions & 0 deletions lam-packaging/debian/postrm
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ if [ -f /usr/share/debconf/confmodule ]; then
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr
fi
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log
fi
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku
fi
Expand Down
3 changes: 3 additions & 0 deletions lam-packaging/debian/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ fi
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr
fi
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log
fi
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku
fi
Expand Down
2 changes: 1 addition & 1 deletion lam-packaging/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install:
cp -r lib/3rdParty/composer debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/phpseclib/phpseclib/phpseclib
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/monolog/monolog/src/Monolog
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log/Psr
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/psr/log
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/voku/portable-ascii/src/voku
rm -r debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/composer/phpmailer/phpmailer
cp -r lib/3rdParty/yubico debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/
Expand Down

0 comments on commit 2173e89

Please sign in to comment.