packaging(trixie): add debian 13 to packaging

This commit is contained in:
Hivert Quentin
2026-04-24 09:22:53 +02:00
parent 6119d6cf23
commit ddb7a13262
6 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin
case "$1" in
configure)
# update timestamp on imgs,css,js to let apache know the files changed
find /usr/lib/GNUstep/SOGo/WebServerResources -exec touch {} \;
find /usr/lib/x86_64-linux-gnu/GNUstep/SOGo/WebServerResources -exec touch {} \;
# Make example scripts in /usr/share/doc/sogo/ executable
# (they do not really belong there, we are violating Debian