From 74be8b6ba8bbbaaa24799fd1ee5bc45396812b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 21 Apr 2016 01:13:23 -0300 Subject: qtox-git: add new package to [pcr] --- pcr/qtox-git/qtox-git.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/qtox-git/qtox-git.install (limited to 'pcr/qtox-git/qtox-git.install') 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 +} -- cgit v1.2.3-2-g168b