summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zotero-beta.desktop9
-rw-r--r--zotero-beta.install13
2 files changed, 0 insertions, 22 deletions
diff --git a/zotero-beta.desktop b/zotero-beta.desktop
deleted file mode 100644
index 628d942f7e1a..000000000000
--- a/zotero-beta.desktop
+++ /dev/null
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=Zotero Beta
-GenericName=Zotero Standalone. Is a free, easy-to-use tool to help you collect, organize, cite, and share your research sources.
-Icon=zotero
-Exec=/usr/bin/zotero %f
-Categories=Office
-Terminal=false
-
diff --git a/zotero-beta.install b/zotero-beta.install
deleted file mode 100644
index 565a7caface3..000000000000
--- a/zotero-beta.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
-}