desktop/gtk-integration/gtk-integration.install

30 lines
825 B
Plaintext
Raw Normal View History

2010-07-11 19:52:36 +08:00
post_install() {
cat <<-'EOF'
2010-07-31 19:42:27 +08:00
##################################################################################
#
# GTK - Integration v1.2-1
#
# If you want GTK+ apps or bundles run with root privileges to be themed as well
# copy your `~/.gtkrc-2.0-kde4' file to `/root/gtkrc-2.0'
#
# sudo cp ~/.gtkrc-2.0-kde4 /root/.gtkrc-2.0
#
# You may apply the Oxygen-Molecule color scheme to your KDE apps by going to
# `System Settings -> Appearance -> Colors' and selecting the OxygenMolecule.
2010-07-11 19:52:36 +08:00
#
# Also, to make sure your GTK apps use only the Oxygen Molecule color scheme,
2010-07-31 19:42:27 +08:00
# navigate to `System Settings -> Appearance -> Colors -> Options (tab)' and
# uncheck the "Apply colors to non-KDE4 applications" option.
2010-07-11 19:52:36 +08:00
EOF
}
post_upgrade() {
post_install $1
}
op=$1
shift
$op $*