diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-03 02:47:35 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-03 02:47:35 -0300 |
commit | ed13e3ece76b694d2e03ea2f8dfe194e3b2e68db (patch) | |
tree | 07a2c281bcc359bf91ac3b2b3bf967031e3456b0 /libre/kipi-plugins/kipi-plugins.install | |
parent | daa81ad158c86a249c422cf3951b22f2d7ab9cfb (diff) | |
parent | 4ae5aae85842d364d28b0ae2ac0ad40bec3a778a (diff) |
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/kipi-plugins/kipi-plugins.install')
-rw-r--r-- | libre/kipi-plugins/kipi-plugins.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/kipi-plugins/kipi-plugins.install b/libre/kipi-plugins/kipi-plugins.install new file mode 100644 index 000000000..81ce5c4b0 --- /dev/null +++ b/libre/kipi-plugins/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 +} |