livecd-rootfs/live-build/ubuntu-core/hooks/700-classic-dir.binary
Sebastien Bacher 6ebeaf88c0 Import patches-unapplied version 2.425 to ubuntu/yakkety-proposed
Imported using git-ubuntu import.

Changelog parent: a23a770ff49c7bf90aa9a8dd3ab556e842ec9558

New changelog entries:
  * 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.
    - Create a desktop entry and some mimetype associations for xdg-open in
      ubuntu-core. That way interacting with web, email and documentations 
      urls in a snap should do the right thing.
2016-08-17 10:39:23 +00:00

14 lines
171 B
Bash
Executable File

#!/bin/sh
#
# create hostfs entry
set -ex
echo "I: Adding var/lib/snapd/hostfs"
PREFIX=binary/boot/filesystem.dir
(cd $PREFIX
install -m755 -d var/lib/snapd/hostfs
)