diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-19 21:52:35 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-01-19 21:52:35 -0200 |
commit | 83c3448562d63f39a2e0804e4474fc883cdde54b (patch) | |
tree | 1dc3d7296b0cbceb79b9ed3161d20d7c35b87dee /pcr/qtox-git/qtox-git.install | |
parent | 42bf39e10250504590efbd1ee14381398f8fe491 (diff) | |
download | abslibre-83c3448562d63f39a2e0804e4474fc883cdde54b.tar.gz abslibre-83c3448562d63f39a2e0804e4474fc883cdde54b.tar.bz2 abslibre-83c3448562d63f39a2e0804e4474fc883cdde54b.zip |
qtox-git: add new package to [pcr]
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 +} |