mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-03 21:11:30 +00:00
man un-diverting man idempotent
This commit is contained in:
parent
7c7c2c5b30
commit
664ace2f30
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
livecd-rootfs (2.529~ppa4) cosmic; urgency=medium
|
livecd-rootfs (2.529~ppa6) cosmic; urgency=medium
|
||||||
|
|
||||||
* Improvements to the ubuntu-base (i.e. Docker) build:
|
* Improvements to the ubuntu-base (i.e. Docker) build:
|
||||||
- Customize the unminimize script to not install ubuntu-minimal.
|
- Customize the unminimize script to not install ubuntu-minimal.
|
||||||
|
@ -153,9 +153,11 @@ if [ -f /etc/dpkg/dpkg.cfg.d/excludes ] || [ -f /etc/dpkg/dpkg.cfg.d/excludes.dp
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then
|
||||||
# Remove diverted man binary
|
# Remove diverted man binary
|
||||||
rm -f /usr/bin/man
|
rm -f /usr/bin/man
|
||||||
dpkg-divert --quiet --remove --rename /usr/bin/man
|
dpkg-divert --quiet --remove --rename /usr/bin/man
|
||||||
|
fi
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
if [ "$PROJECT" != "ubuntu-base" ]; then
|
if [ "$PROJECT" != "ubuntu-base" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user