Add an update-alternatives helper.

git-svn-id: http://emdebian.org/svn/current@8344 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 12 years ago
parent 07e77f7a72
commit 2e218e2afb

3
debian/changelog vendored

@ -5,8 +5,9 @@ multistrap (2.1.20) experimental; urgency=low
(Closes: #670402)
* [INTL:pt] Updated Portuguese translation multistrap.
(Closes: #670698)
* Add an update-alternatives helper.
-- Neil Williams <codehelp@debian.org> Sat, 28 Apr 2012 12:40:58 +0100
-- Neil Williams <codehelp@debian.org> Sat, 28 Apr 2012 12:41:23 +0100
multistrap (2.1.19) experimental; urgency=low

@ -0,0 +1 @@
3.0 (native)

@ -675,6 +675,10 @@ sub force_unpack {
&guard_lib64 ($dir);
}
chdir ("$old");
# update-alternatives helper / preinst helper
if (not -d "${dir}usr/share/man/man1") {
&mkdir_fatal ("${dir}usr/share/man/man1");
}
print _g("I: Unpacking complete.\n");
foreach my $seed (@debconf) {
next if (not -f $seed);

Loading…
Cancel
Save