Changeset 1210
- Timestamp:
- Apr 19, 2016, 1:16:36 PM (5 years ago)
- Location:
- lliurex-pmb/trunk/fuentes
- Files:
-
- 4 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-pmb/trunk/fuentes/debian/changelog
r477 r1210 1 lliurex-pmb (0.28) xenial; urgency=medium 2 3 * Fix depends with php5-lliurex 4 5 -- Juan Ramon Pelegrina <juapesai@hotmail.com> Tue, 19 Apr 2016 13:15:09 +0200 6 1 7 lliurex-pmb (0.27) xenial; urgency=medium 2 8 -
lliurex-pmb/trunk/fuentes/debian/lliurex-pmb.postinst
r476 r1210 4 4 # pmb configured with lliurex-zero-pmb 5 5 set -e 6 opac_file="/etc/apache2 /sites-available/opac"7 pmb_file="/etc/apache2 /sites-available/pmb"6 opac_file="/etc/apache2-lliurex/sites-available/opac" 7 pmb_file="/etc/apache2-lliurex/sites-available/pmb" 8 8 case "$1" in 9 9 configure) 10 10 if [ -f $opac_file ]; then 11 11 sed -i '/AddDefaultCharset utf-8/d' $opac_file 12 service apache2 force-reload || true12 service apache2-lliurex force-reload || true 13 13 fi 14 14 if [ -f $pmb_file ]; then 15 15 sed -i '/AddDefaultCharset utf-8/d' $pmb_file 16 service apache2 force-reload || true16 service apache2-lliurex force-reload || true 17 17 fi 18 18 ;; -
lliurex-pmb/trunk/fuentes/install.lliurex-pmb/usr/sbin/lliurex-pmb
r476 r1210 31 31 32 32 --hosts) 33 a2ensite pmb34 a2ensite opac35 service apache2 reload33 a2ensite-lliurex pmb 34 a2ensite-lliurex opac 35 service apache2-lliurex reload 36 36 # create file pmb in /var/lib/dnsmasq/config 37 37 if [ ! -d /var/lib/dnsmasq/config ]; then
Note: See TracChangeset
for help on using the changeset viewer.