Add an update-alternatives helper.
git-svn-id: http://emdebian.org/svn/current@8344 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
07e77f7a72
commit
2e218e2afb
3 changed files with 7 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -5,8 +5,9 @@ multistrap (2.1.20) experimental; urgency=low
|
||||||
(Closes: #670402)
|
(Closes: #670402)
|
||||||
* [INTL:pt] Updated Portuguese translation multistrap.
|
* [INTL:pt] Updated Portuguese translation multistrap.
|
||||||
(Closes: #670698)
|
(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
|
multistrap (2.1.19) experimental; urgency=low
|
||||||
|
|
||||||
|
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (native)
|
|
@ -675,6 +675,10 @@ sub force_unpack {
|
||||||
&guard_lib64 ($dir);
|
&guard_lib64 ($dir);
|
||||||
}
|
}
|
||||||
chdir ("$old");
|
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");
|
print _g("I: Unpacking complete.\n");
|
||||||
foreach my $seed (@debconf) {
|
foreach my $seed (@debconf) {
|
||||||
next if (not -f $seed);
|
next if (not -f $seed);
|
||||||
|
|
Loading…
Reference in a new issue