From 61e39277df80068c80c19bf4637dead8c3439d8e Mon Sep 17 00:00:00 2001 From: knolax <1339802534.kk@gmail.com> Date: Wed, 24 Jan 2018 21:40:03 -0500 Subject: Initial Commit --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ed774cb --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +install: + #installs m17n input method, should run ibus-reset in userspace after this + cp io-iokalant.mim /usr/share/m17n/ + #installs ttf font for characters from U+18900 to U+18940 + cp IOKALANT_STANT_FATENC.ttf /usr/share/fonts/TTF + #reloads font cache + fc-cache -f +uninstall: + rm /usr/share/m17n/io-iokalant.mim + rm /usr/share/IOKALANT_STANT_FATENC.ttf + fc-cache -f -- cgit v1.1