diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-05-31 00:55:29 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-05-31 00:55:29 -0300 |
commit | 88298294694d9003db6f36ecffbe0ed19bddf4c7 (patch) | |
tree | 62deafffa136c90ac387532c8ebdb09598989f6f /pcr/zulucrypt/zulucrypt.install | |
parent | c35868d09ecbb0df594d8b3f1f452512e404d59b (diff) | |
parent | 925a12a43c2d8cda9f6c0d7e265c54694d5bc1fe (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/zulucrypt/zulucrypt.install')
-rw-r--r-- | pcr/zulucrypt/zulucrypt.install | 9 |
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 +} |