diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-21 01:13:23 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-21 02:17:07 -0300 |
commit | 74be8b6ba8bbbaaa24799fd1ee5bc45396812b64 (patch) | |
tree | 8bab5fca1129bb176355b27e5ae1884e153131d8 /pcr/qtox-git/qtox-git.install | |
parent | 909496a12887695f37bcc88e0f7478e87b289614 (diff) | |
download | abslibre-74be8b6ba8bbbaaa24799fd1ee5bc45396812b64.tar.gz abslibre-74be8b6ba8bbbaaa24799fd1ee5bc45396812b64.tar.bz2 abslibre-74be8b6ba8bbbaaa24799fd1ee5bc45396812b64.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..0e0aa6276 --- /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 +} |