summaryrefslogtreecommitdiff
path: root/pcr/zulucrypt/zulucrypt.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/zulucrypt/zulucrypt.install')
-rw-r--r--pcr/zulucrypt/zulucrypt.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/zulucrypt/zulucrypt.install b/pcr/zulucrypt/zulucrypt.install
new file mode 100644
index 000000000..0113edd54
--- /dev/null
+++ b/pcr/zulucrypt/zulucrypt.install
@@ -0,0 +1,9 @@
+post_install() {
+ update-desktop-database -q
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}