aboutsummaryrefslogtreecommitdiff
path: root/meson_post_install.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-03-04 23:28:19 +0100
committerdec05eba <dec05eba@protonmail.com>2025-03-04 23:28:19 +0100
commitcf9955dbc35e8e3bb9ac8febbec76cfecd7e739b (patch)
treeb2e0b2237c63f4aea27d2e23d61fbbbcd76d1b47 /meson_post_install.sh
parent3003cf04c015a3a847a5d598e3a3b0521ff6bdf9 (diff)
Convert to meson project
Diffstat (limited to 'meson_post_install.sh')
-rwxr-xr-xmeson_post_install.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_post_install.sh b/meson_post_install.sh
new file mode 100755
index 0000000..1c87f9f
--- /dev/null
+++ b/meson_post_install.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+curl -sfL 'https://dec05eba.com/files/twemoji.tar.gz' -o /tmp/twemoji.tar.gz
+mkdir -p "${MESON_INSTALL_DESTDIR_PREFIX}/share/quickmedia/emoji"
+tar xf /tmp/twemoji.tar.gz --directory="${MESON_INSTALL_DESTDIR_PREFIX}/share/quickmedia/emoji"
+rm -f /tmp/twemoji.tar.gz \ No newline at end of file