Include emoji fix in Debian package
This commit is contained in:
parent
75fd97c028
commit
1ec24a1fa8
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cp fix-squirrel-emojis.conf /etc/fonts/conf.avail/75-fix-squirrel-emojis.conf
|
||||||
|
ln -s /etc/fonts/conf.avail/75-fix-squirrel-emojis.conf /etc/fonts/conf.d/75-fix-squirrel-emojis.conf
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
rm /etc/fonts/conf.d/75-fix-squirrel-emojis.conf
|
||||||
|
rm /etc/fonts/conf.avail/75-fix-squirrel-emojis.conf
|
Loading…
Reference in New Issue