Updated base package

This commit is contained in:
Eduard Urbach 2024-03-30 15:29:55 +01:00
parent 903c8042c9
commit b2b3340c0b
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -48,5 +48,9 @@ md5sums=(
package() { package() {
install -Dm 0644 dashbinsh.hook "$pkgdir/etc/pacman.d/hooks/dashbinsh.hook" 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"
} }