desktop/gtk-integration/gtk-integration.install

21 lines
271 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 v3.0-2
2011-01-13 10:32:12 +08:00
2011-02-12 17:26:02 +08:00
You can install aditional engines:
----------------------------------
2011-01-13 10:32:12 +08:00
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 $*