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/midori-libre/midori.install | |
parent | 0a2dd1ef6639c5656129f4fc36095a49d736233e (diff) | |
parent | ebb1a078b2575c88ff7a3f55e6c140ad892faf23 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/midori-libre/midori.install')
-rw-r--r-- | libre/midori-libre/midori.install | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libre/midori-libre/midori.install b/libre/midori-libre/midori.install new file mode 100644 index 000000000..e6af79c5f --- /dev/null +++ b/libre/midori-libre/midori.install @@ -0,0 +1,14 @@ +post_install() { + update-desktop-database -q + gtk-update-icon-cache -f -q -t usr/share/icons/hicolor +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: |