You are not logged in.
Pages: 1
I have adopted davical in aur recently.
I would like to modify php.ini in my .install file to make sure the modules:
extension=gettext.so
extension=iconv.so
extension=pdo_pgsql.so
extension=pgsql.so
are all uncommented. I was thinking about doing a sed line on /etc/php/php.ini
Is this the recommended way of doing this or should I rather just add a comment after installation on what to do manually?
Last edited by awayand (2011-07-24 13:41:10)
Offline
Editing other packages' configuration files is no-go. ![]()
You should display a message in the .install script's post_install().
Offline
ok thanks!
Offline
Pages: 1