Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
sync up-to-date hooks (how did that happen?) #10
Closed
Jump to file or symbol
Failed to load files and symbols.
0
live-build/hooks/10-remove-documentation.binary
100755 → 100644
No changes.
| @@ -0,0 +1,12 @@ | ||
| +#!/bin/sh -x | ||
| + | ||
| +set -e | ||
| + | ||
| +# Fix the PATH to also contain /snap/bin for non-interactive | ||
| +# ssh shells LP: #1659719 | ||
| + | ||
| +echo "putting a PATH in place that contains /snap/bin" | ||
| +echo 'PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"' >/etc/environment | ||
| + | ||
| +echo "removing profile.d PATH snippet" | ||
| +rm -f /etc/profile.d/apps-bin-path.sh |
0
live-build/hooks/400-create-apt-get-warning.binary
100755 → 100644
No changes.
| @@ -0,0 +1,7 @@ | ||
| +#! /bin/sh -ex | ||
| + | ||
| +# we want the watchdog modules to load for now so that | ||
| +# a systemd watchdog setup can use the modules | ||
| +# (LP: #1647992) | ||
| + | ||
| +rm -f /etc/modprobe.d/blacklist-watchdog.conf |
| @@ -0,0 +1,5 @@ | ||
| +#!/bin/sh -ex | ||
| + | ||
| +# add all requirements for bits used by the hooks/configure script | ||
| + | ||
| +mkdir -p /etc/systemd/logind.conf.d |