summarylogtreecommitdiffstats
path: root/librenms.install
diff options
context:
space:
mode:
authorNils Czernia2015-12-15 16:56:28 +0100
committerNils Czernia2015-12-15 16:56:28 +0100
commit27287768b030a55621adf5cd942f10702e0dbc08 (patch)
treeef413d9ef39d75bd3b91c97517008fef53b20cb9 /librenms.install
parent124e16ac8d3a14cb56d853c079aacc90933f7fef (diff)
downloadaur-27287768b030a55621adf5cd942f10702e0dbc08.tar.gz
Changed some depencies
Diffstat (limited to 'librenms.install')
-rw-r--r--librenms.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/librenms.install b/librenms.install
index 0046b55aa4c1..8581641933f8 100644
--- a/librenms.install
+++ b/librenms.install
@@ -1,8 +1,5 @@
# Maintainer: Nils Czernia <nils[at]czserver[dot]de>
-_datadir=/usr/share/webapps/librenms
-_etcdir=/etc/webapps/librenms
-
post_install() {
echo "Adding new User"
useradd librenms -d /usr/share/webapps/librenms -M -r
@@ -12,8 +9,6 @@ post_install() {
chown -R librenms:librenms /etc/webapps/${pkgname}
chown http:http /var/log/${pkgname}
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"
}