From b2b3340c0b7a91a343eda0c0849a0400177e2939 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 30 Mar 2024 15:29:55 +0100 Subject: [PATCH] Updated base package --- base/PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/base/PKGBUILD b/base/PKGBUILD index 5e4e9e3..0f3654f 100644 --- a/base/PKGBUILD +++ b/base/PKGBUILD @@ -48,5 +48,9 @@ md5sums=( package() { install -Dm 0644 dashbinsh.hook "$pkgdir/etc/pacman.d/hooks/dashbinsh.hook" - ln -sfT dash /usr/bin/sh +} + +post_install() { + echo "Relink /usr/bin/sh to dash via:" + echo "ln -sfT dash /usr/bin/sh" } \ No newline at end of file