0
1
Fork 0

Debian postinst fixes

This commit is contained in:
Juan Ferrer 2020-01-21 09:41:19 +01:00
parent bd4ec0fead
commit ce0b782925
3 changed files with 4 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.79) stable; urgency=low
hedera-web (1.406.80) stable; urgency=low
* Initial Release.

3
debian/postinst vendored
View File

@ -4,10 +4,11 @@ set -e
(cd /usr/share/hedera-web && npm install --production)
a2enmod rewrite headers
if [ -e /usr/share/apache2/apache2-maintscript-helper ]
then
. /usr/share/apache2/apache2-maintscript-helper
apache2_invoke enmod rewrite headers
apache2_invoke enconf hedera-web.conf
fi

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.406.79",
"version": "1.406.80",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {