mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 04:37:29 +00:00
11 lines
327 B
Plaintext
11 lines
327 B
Plaintext
|
#! /bin/sh
|
||
|
set -e
|
||
|
|
||
|
# Configure pkgbinarymangler.
|
||
|
sed -i /^enable/s/false/true/ \
|
||
|
/etc/pkgbinarymangler/maintainermangler.conf \
|
||
|
/etc/pkgbinarymangler/striptranslations.conf || true
|
||
|
sed -i /^invalid_current/s/ignore/fail/ \
|
||
|
/etc/pkgbinarymangler/maintainermangler.conf \
|
||
|
/etc/pkgbinarymangler/striptranslations.conf || true
|