mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
21 lines
279 B
Plaintext
21 lines
279 B
Plaintext
post_install() {
|
|
cat <<-'EOF'
|
|
|
|
GTK - Integration v2.2-1
|
|
|
|
You can install our aditional engines:
|
|
--------------------------------------
|
|
gtk-integration-engine-molecule
|
|
gtk-integration-engine-qtcurve
|
|
|
|
EOF
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
$op $*
|