From e95773ad2a4bfc11aec079e95729193c61af55d9 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 7 Feb 2015 02:16:34 -0200 Subject: utox-git-r1158.g8ed4616-1: updating version --- pcr/utox-git/utox-git.install | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pcr/utox-git/utox-git.install (limited to 'pcr/utox-git/utox-git.install') diff --git a/pcr/utox-git/utox-git.install b/pcr/utox-git/utox-git.install new file mode 100644 index 000000000..4361e58e9 --- /dev/null +++ b/pcr/utox-git/utox-git.install @@ -0,0 +1,15 @@ +post_install() +{ + xdg-icon-resource forceupdate --theme hicolor &>/dev/null + update-desktop-database -q +} + +post_upgrade() +{ + post_install $1 +} + +post_remove() +{ + post_install $1 +} -- cgit v1.2.3