forked from verdnatura/hedera-web
Browscap
This commit is contained in:
parent
955dce8cbf
commit
5fa047214a
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.406.96) stable; urgency=low
|
hedera-web (1.406.97) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
apache.conf etc/hedera-web
|
apache.conf etc/hedera-web
|
||||||
config.php etc/hedera-web
|
config.php etc/hedera-web
|
||||||
|
php.ini etc/php/7.0/apache2/conf.d
|
||||||
web usr/share/php/vn
|
web usr/share/php/vn
|
||||||
doc/* usr/share/doc/hedera-web
|
doc/* usr/share/doc/hedera-web
|
||||||
hedera-web.php usr/share/hedera-web
|
hedera-web.php usr/share/hedera-web
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
(cd /usr/share/hedera-web && npm install --production)
|
(cd /usr/share/hedera-web && npm install --production)
|
||||||
|
/usr/share/hedera-web/utils/update-browscap.sh > /dev/null
|
||||||
|
|
||||||
if [ -e /usr/share/apache2/apache2-maintscript-helper ]
|
if [ -e /usr/share/apache2/apache2-maintscript-helper ]
|
||||||
then
|
then
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.406.96",
|
"version": "1.406.97",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue