Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-07-02 21:59:01 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-07-02 22:30:21 +0300
commit5dd4ac1c24f7196fc92f470656299b0075fef032 (patch)
treec1588d5a218645ab5e8fa5860d610df3946f3f8e /win
parent635b05c1ca1726cd228ff2f9803a89867c1afc8f (diff)
Update windows build to include emoticons
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 52049e29e..0e9065a74 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -197,6 +197,9 @@ function cleanup_install {
rm -Rf "${REPO_CLONE}"/plugins/new_events_example
rm -Rf "${REPO_CLONE}"/plugins/roster_buttons
+ rm -Rf "${REPO_CLONE}"/data/emoticons/noto-emoticons/png
+ rm -Rf "${REPO_CLONE}"/data/emoticons/noto-emoticons/README.md
+
find "${REPO_CLONE}"/* -maxdepth 0 -type f ! -regex ".*/\(AUTHORS\|COPYING\|THANKS\|THANKS.artists\)" -exec rm -f {} \;
find "${REPO_CLONE}"/data/* -maxdepth 0 -type f -exec rm -f {} \;