forked from verdnatura/hedera-web
Lintian warnings solved
This commit is contained in:
parent
9a009cacc0
commit
421b37e202
|
@ -1,7 +1,7 @@
|
|||
Source: hedera-web
|
||||
Priority: optional
|
||||
Maintainer: Juan Ferrer Toribio <juan@verdnatura.es>
|
||||
Build-Depends: build-essential, debhelper, dh-apache2, nodejs
|
||||
Build-Depends: build-essential, debhelper, nodejs
|
||||
Standards-Version: 3.9.3
|
||||
Section: misc
|
||||
Homepage: http://www.verdnatura.es
|
||||
|
|
|
@ -10,7 +10,6 @@ then
|
|||
apache2_invoke enconf hedera-web.conf
|
||||
fi
|
||||
|
||||
service apache2 reload
|
||||
service php5-fpm restart
|
||||
service cron restart
|
||||
|
||||
|
|
|
@ -9,5 +9,4 @@ then
|
|||
fi
|
||||
|
||||
rm -rf /usr/share/hedera-web/node_modules
|
||||
service apache2 reload
|
||||
service cron restart
|
||||
|
|
Loading…
Reference in New Issue