* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary

- use echo to display the error, thanks ogra for pointing that out,
    update the string also to use the new snappy command naming
ubuntu/yakkety
Sebastien Bacher 8 years ago
parent f90725fb8f
commit 1060aac86d

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.426) UNRELEASED; urgency=medium
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary
- use echo to display the error, thanks ogra for pointing that out,
update the string also to use the new snappy command naming
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 17 Aug 2016 15:15:28 +0200
livecd-rootfs (2.425) yakkety; urgency=medium
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary,

@ -9,7 +9,7 @@ PREFIX=binary/boot/filesystem.dir
mkdir -p $PREFIX/usr/local/bin
cat >$PREFIX/usr/local/bin/no-apt <<EOF
#!/bin/sh
Ubuntu Core does not use apt-get, see 'snappy --help'!
echo "Ubuntu Core does not use apt-get, see 'snap --help'!"
EOF
chmod 755 $PREFIX/usr/local/bin/no-apt

Loading…
Cancel
Save