summarylogtreecommitdiffstats
path: root/gtk3.install
diff options
context:
space:
mode:
authorSolomon Choina2020-10-15 10:11:19 -0400
committerSolomon Choina2020-10-15 10:11:19 -0400
commit0df1e5983fd810cfa17c0efb5265c1e2026f2138 (patch)
tree4bf74175dafade28cdf0a35fc520168a6ac4727d /gtk3.install
parentf8dbc78156b14ff5126dfcf4d7999ace4647dea5 (diff)
downloadaur-0df1e5983fd810cfa17c0efb5265c1e2026f2138.tar.gz
New PKGVER and other things
Diffstat (limited to 'gtk3.install')
-rw-r--r--gtk3.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/gtk3.install b/gtk3.install
deleted file mode 100644
index a0e620af1759..000000000000
--- a/gtk3.install
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-}