8 lines
157 B
Text
8 lines
157 B
Text
post_install() {
|
|
cp /usr/share/fonts/noto/NotoColorEmoji.ttf.parch /usr/share/fonts/noto/NotoColorEmoji.ttf
|
|
fc-cache
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|