summarylogtreecommitdiffstats
path: root/cryptomator.install
diff options
context:
space:
mode:
Diffstat (limited to 'cryptomator.install')
-rw-r--r--cryptomator.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/cryptomator.install b/cryptomator.install
deleted file mode 100644
index cd21dbe39677..000000000000
--- a/cryptomator.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- xdg-desktop-menu install --novendor /usr/share/applications/cryptomator.desktop
- xdg-mime install /usr/share/mime/packages/cryptomator-vault.xml
-}
-pre_remove() {
- xdg-desktop-menu uninstall --novendor /usr/share/applications/cryptomator.desktop
- xdg-mime uninstall /usr/share/mime/packages/cryptomator-vault.xml
-}
-