summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormalacology2021-04-29 15:17:28 +0800
committermalacology2021-04-29 15:17:28 +0800
commit65e175d304432ac4ca3651b3c570cc5c2e7548c1 (patch)
tree16127b9445355cd98438afd7fa6c4e315471fd75
parenta3a4a63ae8b063bf9c320b5c19aaf5ae28aface5 (diff)
downloadaur-65e175d304432ac4ca3651b3c570cc5c2e7548c1.tar.gz
slove desktop problem
-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
-}