From 79af163705cf80520eede4671843767b13cb8b2e Mon Sep 17 00:00:00 2001 From: julien Date: Wed, 1 Jul 2026 11:51:45 +0200 Subject: [PATCH] Copy slackware logo --- post-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/post-install.sh b/post-install.sh index b498746..9f6710e 100755 --- a/post-install.sh +++ b/post-install.sh @@ -67,6 +67,8 @@ while true; do fi # Runlevel sed -i 's/id:3:initdefault:/id:4:initdefault:/g' /etc/inittab + # Slackware logo + cp slackware.svg /usr/share/icons/ break ;; server)