Changeset 4520
- Timestamp:
- May 3, 2017, 11:29:26 AM (4 years ago)
- Location:
- python-llxvars/trunk/fuentes/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python-llxvars/trunk/fuentes/debian/changelog
r4510 r4520 1 python-llxvars (0.9.42) xenial; urgency=high 2 3 * Cleaning postinst 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Wed, 03 May 2017 11:28:35 +0200 6 1 7 python-llxvars (0.9.41) xenial; urgency=high 2 8 -
python-llxvars/trunk/fuentes/debian/postinst
r4509 r4520 20 20 CNAMEPATH="/var/lib/dnsmasq/config/cname-server" 21 21 22 eval $(n4d-vars getvalues INTERNAL_DOMAIN)23 eval $(n4d-vars getvalues HOSTNAME)24 22 25 23 case "$1" in 26 24 configure) 27 25 if dpkg --compare-versions "$2" lt 0.9.40; then 26 27 eval $(n4d-vars getvalues INTERNAL_DOMAIN HOSTNAME) 28 28 29 29 if [ "${INTERNAL_DOMAIN}" != "" ]; then
Note: See TracChangeset
for help on using the changeset viewer.