Changeset 1224
- Timestamp:
- Apr 20, 2016, 10:08:52 AM (5 years ago)
- Location:
- php5-lliurex-compat/fuentes/debian
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
php5-lliurex-compat/fuentes/debian/changelog
r1223 r1224 1 php5-lliurex-compat (0.3) xenial; urgency=medium 2 3 * More fixes 4 5 -- M.Angel Juan <m.angel.juan@gmail.com> Wed, 20 Apr 2016 10:07:16 +0200 6 1 7 php5-lliurex-compat (0.2) xenial; urgency=medium 2 8 -
php5-lliurex-compat/fuentes/debian/postinst
r1223 r1224 17 17 # for details, see https://www.debian.org/doc/debian-policy/ or 18 18 # the debian-policy package 19 NOW=$(date +'%Y%m%d') 19 20 setup_apache(){ 20 21 if [ ! -f /usr/share/doc/apache2/examples/setup-instance ]; then 21 22 echo "ERROR: setup-instance from apache2 not found !!!" 22 23 exit 1 24 fi 25 if [ -d /etc/apache2-lliurex ]; then 26 mv /etc/apache2-lliurex /etc/apache2-lliurex-${NOW} 23 27 fi 24 28 bash /usr/share/doc/apache2/examples/setup-instance lliurex
Note: See TracChangeset
for help on using the changeset viewer.