diff --git a/debian/control b/debian/control index e5367b3b..f3611f39 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: hedera-web Priority: optional Maintainer: Juan Ferrer Toribio -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 diff --git a/debian/postinst b/debian/postinst index 314c646b..536e6b82 100755 --- a/debian/postinst +++ b/debian/postinst @@ -10,7 +10,6 @@ then apache2_invoke enconf hedera-web.conf fi -service apache2 reload service php5-fpm restart service cron restart diff --git a/debian/postrm b/debian/postrm index d1172f9e..cf986935 100755 --- a/debian/postrm +++ b/debian/postrm @@ -9,5 +9,4 @@ then fi rm -rf /usr/share/hedera-web/node_modules -service apache2 reload service cron restart