mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 13:17:21 +00:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#! /bin/sh
|
|
set -e
|
|
|
|
rm -f /bin/sync
|
|
dpkg-divert --quiet --remove --rename /bin/sync
|