summaryrefslogtreecommitdiffstats
path: root/hosts/logi1
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-04-21 11:13:30 (EDT)
committer P. J. McDermott <pj@pehjota.net>2018-04-21 11:13:30 (EDT)
commit2c2800c44aa515b32db4c9cde684997d9b934132 (patch)
tree38f5eabaae15cdf8c04573155ffd1d7a240b7fd4 /hosts/logi1
parent7ddbc6e090322ff856de2b6bd49e5e2c8d8365a1 (diff)
downloadpc-inst-2c2800c44aa515b32db4c9cde684997d9b934132.zip
pc-inst-2c2800c44aa515b32db4c9cde684997d9b934132.tar.gz
pc-inst-2c2800c44aa515b32db4c9cde684997d9b934132.tar.bz2
logi1: Install Vertex themes system-wide
Diffstat (limited to 'hosts/logi1')
-rw-r--r--hosts/logi1/postinst9
1 files changed, 7 insertions, 2 deletions
diff --git a/hosts/logi1/postinst b/hosts/logi1/postinst
index 9306387..6e65aa5 100644
--- a/hosts/logi1/postinst
+++ b/hosts/logi1/postinst
@@ -110,9 +110,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