Add an update-alternatives helper.

git-svn-id: http://emdebian.org/svn/current@8344 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
codehelp 2012-04-28 11:41:26 +00:00
parent 07e77f7a72
commit 2e218e2afb
3 changed files with 7 additions and 1 deletions

3
debian/changelog vendored
View file

@ -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

1
debian/source/format vendored Normal file
View file

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

View file

@ -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);