summaryrefslogtreecommitdiff
path: root/any/zoom-firejail/zoom-firejail.install
diff options
context:
space:
mode:
Diffstat (limited to 'any/zoom-firejail/zoom-firejail.install')
-rw-r--r--any/zoom-firejail/zoom-firejail.install16
1 files changed, 0 insertions, 16 deletions
diff --git a/any/zoom-firejail/zoom-firejail.install b/any/zoom-firejail/zoom-firejail.install
deleted file mode 100644
index 02a750c..0000000
--- a/any/zoom-firejail/zoom-firejail.install
+++ /dev/null
@@ -1,16 +0,0 @@
-post_install() {
- echo
- echo "To configure your desktop environment to open Zoom links in Firejail, run:"
- echo
- for scheme in zoommtg zoomus tel callto zoomphonecall; do
- echo "xdg-mime default ZoomFirejail.desktop x-scheme-handler/$scheme"
- done
- echo
-}
-
-post_upgrade() {
- # xdg-mime instructions added in 0.1.4
- if [ $(vercmp $2 0.1.3) -le 0 ]; then
- post_install
- fi
-}