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

500-create-xdg-wrapper.binary, 700-classic-dir.binary:
  - Correct some syntax errors in the ubuntu-core snap hooks.
ubuntu/yakkety
Sebastien Bacher 8 years ago
commit f78de9a3c7

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.425) UNRELEASED; urgency=medium
* live-build/ubuntu-core/hooks/400-create-apt-get-warning.binary,
500-create-xdg-wrapper.binary, 700-classic-dir.binary:
- Correct some syntax errors in the ubuntu-core snap hooks.
-- Sebastien Bacher <seb128@ubuntu.com> Wed, 17 Aug 2016 12:08:42 +0200
livecd-rootfs (2.424) yakkety; urgency=medium
* Install nplan in the ubuntu-core image.

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

@ -9,8 +9,7 @@ PREFIX=binary/boot/filesystem.dir
mkdir -p $PREFIX/usr/local/bin
cat >$PREFIX/usr/local/bin/xdg-open <<EOF
#!/bin/sh
cat <<'EOF'
dbus-send --print-reply --session --dest=com.canonical.SafeLauncher / com.canonical.SafeLauncher.OpenURL string:"$1"
dbus-send --print-reply --session --dest=com.canonical.SafeLauncher / com.canonical.SafeLauncher.OpenURL string:"\$1"
EOF
chmod 755 $PREFIX/usr/local/bin/xdg-open

@ -1,6 +1,6 @@
#!/bin/sh
#
# removing debian packaging artifacts
# create hostfs entry
set -ex

Loading…
Cancel
Save