mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 10:37:13 +08:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
|
post_install() {
|
||
|
echo "To apply the language pack you may need to create a new bluegriffon profile using: bluegriffon -P"
|
||
|
}
|
||
|
|
||
|
post_update() {
|
||
|
post_install
|
||
|
}
|
||
|
|