summarylogtreecommitdiffstats
path: root/gtk3.install
blob: a0e620af1759affbe16ea6b3a9ece5633ab90dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    echo "If you want to use the global menus and you are not using Unity, you will need"
    echo "to add the following to ~/.config/gtk-3.0/settings.ini"
    echo
    echo "********************************"
    echo "[Settings]"
    echo "gtk-shell-shows-menubar = 1"
    echo "********************************"
}

pre_remove() {
    rm -f /usr/lib/gtk-3.0/3.0.0/immodules.cache
}