From 0782ff9dec5bb1d1b383d239e160dbbc8bc3ae29 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 9 Jun 2016 07:49:12 +0200 Subject: Update theme scripts. --- scripts/theme-update.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/theme-update.sh (limited to 'scripts/theme-update.sh') diff --git a/scripts/theme-update.sh b/scripts/theme-update.sh new file mode 100755 index 0000000..3c261de --- /dev/null +++ b/scripts/theme-update.sh @@ -0,0 +1,4 @@ +#!/bin/sh -x + +./theme-uninstall.sh +./theme-install.sh -- cgit