summaryrefslogtreecommitdiff
path: root/pcr/zulucrypt/zulucrypt.install
diff options
context:
space:
mode:
authoraurelien <aurelien@xload.io>2014-05-30 20:12:07 +0200
committeraurelien <aurelien@xload.io>2014-05-30 20:12:07 +0200
commit6fe2692045df05234e3326100996bef845dcb7df (patch)
treee50bee90ca46c96243418abf3bb3a46af731583f /pcr/zulucrypt/zulucrypt.install
parent786de412c6a142f547f8ab8eec6fc98bf331afe7 (diff)
zulucrypt
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
+}