Skip to content
Snippets Groups Projects
Unverified Commit b701a64b authored by Andrej Shadura's avatar Andrej Shadura
Browse files

Remove mktemp since it’s part of coreutils{,-gplv2} now


A separate mktemp package is not a thing, so the replacement procedure
can be simplified a bit.

Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent 0dc800c6
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,5 @@ set -e
cp /bin/rm /bin/tar /bin/grep /usr/bin/diff /usr/local/bin
apt-get update
DPKGPATH=/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
apt-get -y -o Dpkg::Path="$DPKGPATH" --allow-remove-essential purge mktemp
apt-get -y -o Dpkg::Path="$DPKGPATH" --allow-remove-essential install coreutils tar grep diffutils findutils sed
rm /usr/local/bin/rm /usr/local/bin/tar /usr/local/bin/grep /usr/local/bin/diff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment