summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 11:38:41 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 11:38:41 +0200
commitb02f22f86b6e89483948e5bf9605558a78046efd (patch)
treedfb60a1b8974648ed8771c08858fcb5ef00fdc35 /appinfo
parenta52df5cad2f9853514988b1bb43b07e812bb9316 (diff)
get rid of install.php again because there its not called when enabling an app
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/install.php22
1 files changed, 0 insertions, 22 deletions
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 @@
-<?php
-/**
- * ownCloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Alessandro Cosentino <cosenal@gmail.com>
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @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