summarylogtreecommitdiffstats
path: root/phpstorm-url-handler.install
diff options
context:
space:
mode:
authorStefan Auditor2016-04-13 18:02:13 +0200
committerStefan Auditor2016-04-13 18:02:13 +0200
commit3284e89518d4b01ebaed71a6c440706e6692fab3 (patch)
treeccc2893e23bda4504491ccff2e16a06dd1058634 /phpstorm-url-handler.install
downloadaur-3284e89518d4b01ebaed71a6c440706e6692fab3.tar.gz
Initial import
Diffstat (limited to 'phpstorm-url-handler.install')
-rw-r--r--phpstorm-url-handler.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/phpstorm-url-handler.install b/phpstorm-url-handler.install
new file mode 100644
index 000000000000..910e2e9aee6b
--- /dev/null
+++ b/phpstorm-url-handler.install
@@ -0,0 +1,7 @@
+post_install() {
+ update-desktop-database
+}
+
+post_upgrade() {
+ update-desktop-database
+}