Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 36 → Rev 37

/branches/7.6-stable/debian/pike7.6-core.postinst
32,7 → 32,7
 
case "$1" in
configure)
/usr/sbin/update-alternatives --install /usr/bin/pike pike /usr/bin/${PIKEBIN} 10 \
update-alternatives --install /usr/bin/pike pike /usr/bin/${PIKEBIN} 10 \
--slave /usr/share/man/man1/pike.1.gz pike.1.gz /usr/share/man/man1/${PIKEBIN}.1.gz
#
# If the creation fails, so be it, user might have the filesystem mounted r/o
/branches/7.6-stable/debian/changelog
3,8 → 3,10
* 12_perl_init.dpatch: Don't use .bak as filename extension for the
original of the patched file (Closes: #512539). Thanks to Robert
Millan for spotting this.
* pike7.6-core.postinst: Don't use absolute path to call
update-alternatives (Closes: #510941).
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 25 Jan 2009 21:55:54 +0100
-- Magnus Holmgren <holmgren@debian.org> Sun, 25 Jan 2009 21:58:33 +0100
 
pike7.6 (7.6.112-3) unstable; urgency=medium