Projects
Kolab:Winterfell
libkolabxml
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 20
View file
debian.tar.gz/php-kolabformat.postinst
Changed
@@ -7,6 +7,8 @@ if [ -d "/etc/php5/mods-available" ]; then inidir=/etc/php5/mods-available +elif [ -d "/etc/php/mods-available" ]; then + inidir=/etc/php/mods-available else inidir=/etc/php5/conf.d/ fi @@ -34,9 +36,11 @@ fi # Enable the module - if [ -x "$(which php5enmod 2>/dev/null)" ]; then - php5enmod ${module}/${priority:-20} - fi + if [ -x "$(which php5enmod 2>/dev/null)" ]; then + php5enmod ${module}/${priority:-20} + elif [ -x "$(which $phpenmod 2>/dev/null)" ]; then + phpenmod ${module}/${priority:-20} + fi fi exit 0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.