1 # This is a default template for a post-install scriptlet. You can
2 # remove any functions you don't need (and this header).
4 # arg 1: the new package version
9 # arg 1: the new package version
11 echo "Remember that you need to install either mysql or postgresql for this package to work"
12 if [[ ! `grep "^extension=mysql.so" /etc/php/php.ini` ]]
13 then echo "If you use mysql you should enable its module by adding the line:"
14 echo " extension=mysql.so"
15 echo "to your /etc/php/php.ini, otherwise SiTracker won't work."
20 # arg 1: the new package version
21 # arg 2: the old package version
26 # arg 1: the new package version
27 # arg 2: the old package version
32 # arg 1: the old package version
37 # arg 1: the old package version