summaryrefslogtreecommitdiff
path: root/Makefile
blob: ed774cbf2f66d7332b610cc311ff68a2972f3404 (plain)
1
2
3
4
5
6
7
8
9
10
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