mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-23 17:33:32 +08:00
9fc339d73c
added bluegriffon-i18n
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
|
|
}
|
|
|