mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-12 04:44:43 +08:00
21 lines
275 B
Plaintext
21 lines
275 B
Plaintext
|
post_install() {
|
||
|
cat <<-'EOF'
|
||
|
|
||
|
GTK - Chakra GTK Config v1.7
|
||
|
|
||
|
You can install aditional engines:
|
||
|
----------------------------------
|
||
|
gtk-integration-engine-molecule
|
||
|
gtk-integration-engine-qtcurve
|
||
|
|
||
|
EOF
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|
||
|
|
||
|
op=$1
|
||
|
shift
|
||
|
$op $*
|