Fix emoji fix for Debian-based systems installation
This commit is contained in:
parent
1ec24a1fa8
commit
2e95edab83
|
@ -1,4 +1,4 @@
|
|||
python3-squirrelbattle (3.14) beta; urgency=low
|
||||
python3-squirrel-battle (3.14) beta; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Source: python3-squirrelbattle
|
||||
Source: python3-squirrel-battle
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: ynerant <ynrant@crans.org>
|
||||
|
@ -8,7 +8,7 @@ Standards-Version: 4.1.4
|
|||
Homepage: https://gitlab.crans.org/ynerant/squirrel-battle
|
||||
X-Python3-Version: >= 3.6
|
||||
|
||||
Package: python3-squirrelbattle
|
||||
Package: python3-squirrel-battle
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends: fonts-noto-color-emoji, ${python3:Depends}
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
debian/75-fix-squirrel-emojis.conf etc/fonts/conf.avail
|
||||
debian/75-fix-squirrel-emojis.conf etc/fonts/conf.d
|
|
@ -1,3 +0,0 @@
|
|||
#!/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
|
|
@ -1,3 +0,0 @@
|
|||
#!/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