diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-01-20 13:38:58 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-01-20 13:38:58 -0200 |
commit | ee507a0c39c1266b35158689cad8f7fe531f396a (patch) | |
tree | e0b37782f810aaaea25e328efa10a4560b6c3b27 /pcr/qtox-git/qtox-git.install | |
parent | 03e1b1f2144c92194acd4d1d9a0c6e10ac51a4a3 (diff) | |
parent | a2df7958861eec4672c47cf90fe593a10cc42c8f (diff) |
Merge branch 'master' of ssh://projects.parabola.nu:1863/~git/abslibre/abslibre
Diffstat (limited to 'pcr/qtox-git/qtox-git.install')
-rw-r--r-- | pcr/qtox-git/qtox-git.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/qtox-git/qtox-git.install b/pcr/qtox-git/qtox-git.install new file mode 100644 index 000000000..fd791829a --- /dev/null +++ b/pcr/qtox-git/qtox-git.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_upgrade +} |