summarylogtreecommitdiffstats
path: root/zotero.install
diff options
context:
space:
mode:
authorAaron Keesing2022-08-13 20:35:49 +1200
committerAaron Keesing2022-08-13 21:57:08 +1200
commitc2544ff3063c87b56a49e3111c917e83f6db2617 (patch)
tree772f19ff89117fa20c6da1dae68cd9a1d82ee184 /zotero.install
parente066e9d337b363c12fd96022318eec49ad2f10f1 (diff)
downloadaur-c2544ff3063c87b56a49e3111c917e83f6db2617.tar.gz
New package at version 6.0.11.
Diffstat (limited to 'zotero.install')
-rw-r--r--zotero.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/zotero.install b/zotero.install
deleted file mode 100644
index 565a7caface3..000000000000
--- a/zotero.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- echo "Maybe you want the context menu icons enabled. This can be done in dconf or using the CLI:"
- echo "gsettings set org.gnome.desktop.interface menus-have-icons true"
- echo "DISCLAIMER: Notice that this is a system-wide configuration and it will change appearence in other programs too."
-
-}
-
-post_upgrade() {
- # Only show information if upgrading from 4.0.6 or older
- if [ $(vercmp $2 4.0.6-1) -le 0 ]; then
- post_install
- fi
-}