From b02f22f86b6e89483948e5bf9605558a78046efd Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 11:38:41 +0200 Subject: get rid of install.php again because there its not called when enabling an app --- appinfo/install.php | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 appinfo/install.php diff --git a/appinfo/install.php b/appinfo/install.php deleted file mode 100644 index 572f21fff..000000000 --- a/appinfo/install.php +++ /dev/null @@ -1,22 +0,0 @@ - - * @author Bernhard Posselt - * @copyright Alessandro Cosentino 2012 - * @copyright Bernhard Posselt 2012, 2014 - */ - -namespace OCA\News\AppInfo; - -use \OCA\News\Config\DependencyException; - - -// check for correct app dependencies and fail if possible -$container = new Application(); -$config = $container->getAppConfig(); -$config->testDependencies(); \ No newline at end of file -- cgit v1.2.3