diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-04-18 22:08:44 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-04-18 22:08:44 -0300 |
commit | 5581e871e37a885b2bc76528057e0301dcb7b052 (patch) | |
tree | a6dba961f570da61fcb33d17d5742330d71b44c1 /libre/kipi-plugins-libre/kipi-plugins.install | |
parent | 095840471382cbb6b40598edd6cf2d4e1cf5f9b2 (diff) | |
parent | b5f00d0a0727d16705c67a3ae18ebc740750463a (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/kipi-plugins-libre/kipi-plugins.install')
-rw-r--r-- | libre/kipi-plugins-libre/kipi-plugins.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/kipi-plugins-libre/kipi-plugins.install b/libre/kipi-plugins-libre/kipi-plugins.install new file mode 100644 index 000000000..81ce5c4b0 --- /dev/null +++ b/libre/kipi-plugins-libre/kipi-plugins.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |