arch-ppa/src/daloradius/daloradius.install

5 lines
92 B
Plaintext

post_install() {
echo "==> Installing the PHP 'db' module using pear"
pear install db
}