summaryrefslogtreecommitdiffstats
path: root/hooks/maybe-merged-usr/essential00.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:04:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:04:12 +0000
commit9694ed60541853cf6bb8d955b4b240dd853fa3fc (patch)
treea760946cc7522fd4789c07d8c154677317c6d1e3 /hooks/maybe-merged-usr/essential00.sh
parentAdding upstream version 1.4.3. (diff)
downloadmmdebstrap-9694ed60541853cf6bb8d955b4b240dd853fa3fc.tar.xz
mmdebstrap-9694ed60541853cf6bb8d955b4b240dd853fa3fc.zip
Adding upstream version 1.5.0.upstream/1.5.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xhooks/maybe-merged-usr/essential00.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hooks/maybe-merged-usr/essential00.sh b/hooks/maybe-merged-usr/essential00.sh
index a23f2f7..656057e 100755
--- a/hooks/maybe-merged-usr/essential00.sh
+++ b/hooks/maybe-merged-usr/essential00.sh
@@ -15,6 +15,10 @@ case "$ver" in
echo "usr-is-merged package from src:usrmerge installed -- not running merged-usr essential hook" >&2
exit 0
;;
+ 'not-installed ')
+ echo "usr-is-merged was not installed in a previous hook -- not running merged-usr essential hook" >&2
+ exit 0
+ ;;
*)
echo "unexpected situation for package usr-is-merged: $ver" >&2
exit 1