summarylogtreecommitdiffstats
path: root/librenms.install
blob: 3cab675c43ffacd2116fb87261c743d256b4e2a1 (plain)
1
2
3
4
5
6
7
8
9
# 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"
}