From 0c5f0aa7d64ff44e13b14a3900844c8f0c0984e7 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 20 Aug 2021 18:59:29 -0400 Subject: alsvid3: Install Vertex themes system-wide --- diff --git a/hosts/alsvid3/postinst b/hosts/alsvid3/postinst index 31ac58b..209a3fc 100644 --- a/hosts/alsvid3/postinst +++ b/hosts/alsvid3/postinst @@ -71,9 +71,14 @@ in_target sudo -u pj sh <<-EOF git clone https://github.com/horst3180/vertex-theme \ /home/pj/src/vertex-theme/ cd /home/pj/src/vertex-theme/ - ./autogen.sh --prefix=/home/pj/.local + ./autogen.sh + ln -s /usr/local/share/themes/ /home/pj/.themes + EOF +[ ${?} -ne 0 ] && return 1 +in_target sh <<-EOF + cd /home/pj/src/vertex-theme/ + set -e make install - ln -s .local/share/themes/ /home/pj/.themes EOF [ ${?} -ne 0 ] && return 1 -- cgit v0.9.1