Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 42 → Rev 43

/trunk/debian/pike7.8-core.postinst
32,7 → 32,7
 
case "$1" in
configure)
update-alternatives --install /usr/bin/pike pike /usr/bin/${PIKEBIN} 10 \
update-alternatives --install /usr/bin/pike pike /usr/bin/${PIKEBIN} 12 \
--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
/trunk/debian/changelog
27,6 → 27,7
most the the work.
* Rename the metapackage that depends on all Pike packages pike7.8-full,
-full being a more common suffix for such a package.
* pike7.8-core.postinst: Increase update-alternatives priority.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 09 Jul 2009 18:07:07 +0200