summarylogtreecommitdiffstats
path: root/pdepend.install
diff options
context:
space:
mode:
authorStefan Auditor2015-07-16 18:02:58 +0200
committerStefan Auditor2015-07-16 18:02:58 +0200
commitef5a6a8982eba7d78eec7b3359a3862204be5f58 (patch)
tree2cfdd989eeefd9a8d6d23fc20ed25f3e4c7ebbec /pdepend.install
parent94cc114527db6af5ce64dd8a7d03e2012100e8d2 (diff)
downloadaur-ef5a6a8982eba7d78eec7b3359a3862204be5f58.tar.gz
Remove post install hook
Diffstat (limited to 'pdepend.install')
-rw-r--r--pdepend.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/pdepend.install b/pdepend.install
deleted file mode 100644
index 57ecc8325034..000000000000
--- a/pdepend.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
- echo
- echo "Warning: bz2.so must be enabled in your php.ini"
-}
-
-post_upgrade() {
- post_install
-}