From c08a5100b1f2a470a041e5116170ca59612874dd Mon Sep 17 00:00:00 2001 From: Celeste Date: Fri, 19 Nov 2021 16:54:08 +0000 Subject: [PATCH] Update populate.sh --- populate.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/populate.sh b/populate.sh index 4c04bb0..ce856dd 100644 --- a/populate.sh +++ b/populate.sh @@ -5,6 +5,7 @@ mv ewfm-themes/ themes/ mv themes/linear/* themes/ mv themes/3box/* themes/ mv themes/roundbox/* themes/ +mv themes/other/* themes/ mv themes/LICENSE themes/STANDARD-LICENSE mv themes/README themes/STANDARD-README @@ -12,3 +13,4 @@ mv themes/README themes/STANDARD-README rm -r themes/3box rm -r themes/linear rm -r themes/roundbox +rm -r themes/other