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-12-20 05:21:32 +08:00
GTK - Integration v3.2-1
2011-03-14 08:04:44 +08:00
You can install 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 $*