diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-09-02 18:36:09 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2013-09-02 18:36:09 -0300 |
commit | d6eed2efedec897b4d66f60e87c104370f25bbc9 (patch) | |
tree | 4569fd290a1e7f95b84fa7dc633f89b8d4bf1f06 /libre/arora-libre/install | |
parent | 0a2dd1ef6639c5656129f4fc36095a49d736233e (diff) | |
parent | ebb1a078b2575c88ff7a3f55e6c140ad892faf23 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/arora-libre/install')
-rw-r--r-- | libre/arora-libre/install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/arora-libre/install b/libre/arora-libre/install new file mode 100644 index 000000000..b0409600c --- /dev/null +++ b/libre/arora-libre/install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true + update-desktop-database -q || true +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |