desktop/gtk-integration/gtk-integration.install

21 lines
279 B
Plaintext
Raw Normal View History

2010-07-11 19:52:36 +08:00
post_install() {
cat <<-'EOF'
2011-01-13 10:32:12 +08:00
GTK - Integration v2.2-2
2011-01-13 10:32:12 +08:00
You can install our aditional engines:
--------------------------------------
gtk-integration-engine-molecule
gtk-integration-engine-qtcurve
2010-07-11 19:52:36 +08:00
EOF
}
post_upgrade() {
post_install $1
}
op=$1
shift
$op $*