diff options
| author | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-23 04:13:19 -0800 |
|---|---|---|
| committer | Haoran S. Diao (刁浩然) <0@hairydiode.xyz> | 2023-11-23 04:13:19 -0800 |
| commit | e883cc08894826c5a025820ac0c8427508107f70 (patch) | |
| tree | 736404de686f94b6964b09bf06af57b75cafd67d | |
| parent | 863e40a53665b302414ce2155bdcc8c1039f59e2 (diff) | |
lol
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ main: fc.txt ibus-table-createdb -n fc.db -s fc.txt install: - cp boshiamy.db /usr/share/ibus-table/tables/fc - cp boshiamy.svg /usr/share/ibus-table/icons/fc.png + cp fc.db /usr/share/ibus-table/tables/fc + cp fc.png /usr/share/ibus-table/icons/fc.png uninstall: rm /usr/share/ibus-table/tables/fc.db rm /usr/share/ibus-table/icons/fc.png |
