Changeset 3044 for lliurex-lab/trunk
- Timestamp:
- Dec 13, 2016, 12:08:25 PM (4 years ago)
- Location:
- lliurex-lab/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-lab/trunk/fuentes/debian/changelog
r3024 r3044 1 lliurex-lab (0.15.1) xenial; urgency=medium 2 3 * Fixed bug : On build iso $2 is void and break dpkg --compare-version 4 5 -- Raul Rodrigo Segura <raurodse@gmail.com> Tue, 13 Dec 2016 12:07:35 +0100 6 1 7 lliurex-lab (0.15-lliurex1) xenial; urgency=medium 2 8 -
lliurex-lab/trunk/fuentes/debian/postinst
r2934 r3044 7 7 case $1 in 8 8 configure) 9 if dpkg --compare-versions $2 lt 0.14 10 then 11 cp /usr/share/lliurex-lab/one-shot/* /etc/n4d/one-shot/ 12 invoke-rc.d n4d restart || true 9 if [ "$2" != "" ] ; then 10 if dpkg --compare-versions $2 lt 0.14 11 then 12 cp /usr/share/lliurex-lab/one-shot/* /etc/n4d/one-shot/ 13 invoke-rc.d n4d restart || true 14 fi 13 15 fi 14 15 16 if [ -e /usr/share/apache2/apache2-maintscript-helper ] ; then 16 17 . /usr/share/apache2/apache2-maintscript-helper
Note: See TracChangeset
for help on using the changeset viewer.