summarylogtreecommitdiffstats
path: root/librenms.install
diff options
context:
space:
mode:
authorAnthony Ruhier2018-03-10 00:27:39 +0100
committerAnthony Ruhier2018-03-10 00:27:39 +0100
commitf48952c151c883bd65e4d3c7f5494bf01e04006f (patch)
treec597b0ca339db12d6645b6b5b4667470edbd6c32 /librenms.install
parent2b6d1a99b67bc6b053993ca1dcbb8c8420412db8 (diff)
downloadaur-f48952c151c883bd65e4d3c7f5494bf01e04006f.tar.gz
Use php-net-ipv4/6 and refactoring
Correct license Fix mixed tab indent Use install as much as possible
Diffstat (limited to 'librenms.install')
-rw-r--r--librenms.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/librenms.install b/librenms.install
deleted file mode 100644
index 3cab675c43ff..000000000000
--- a/librenms.install
+++ /dev/null
@@ -1,9 +0,0 @@
-# Maintainer: Nils Czernia <nils[at]czserver[dot]de>
-
-post_install() {
- echo "Install new pear modules"
- pear install Net_IPv4
- pear install Net_IPv6
- echo "You have to configure the database configuration"
- echo "in ${_etcdir}/config.php"
-}