mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-01 13:13:39 +00:00
Drop gratuitous call to dpkg
This commit is contained in:
parent
a92bf11406
commit
65f74a021d
@ -1,8 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
ARCH=$(dpkg --print-architecture)
|
|
||||||
|
|
||||||
dpkg-divert --quiet --add --divert /bin/sync.REAL --rename /bin/sync
|
dpkg-divert --quiet --add --divert /bin/sync.REAL --rename /bin/sync
|
||||||
cat > /bin/sync <<'EOF'
|
cat > /bin/sync <<'EOF'
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user