arch-ppa/src/daloradius/daloradius.install

5 lines
92 B
Plaintext
Raw Normal View History

2020-07-19 22:54:01 -04:00
post_install() {
echo "==> Installing the PHP 'db' module using pear"
pear install db
}