mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-10 12:47:30 +00:00
6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
|
#! /bin/sh
|
||
|
set -e
|
||
|
|
||
|
rm -f /bin/sync
|
||
|
dpkg-divert --quiet --remove --rename /bin/sync
|