From 173039dced004bb81846a2b6a3eaf90984633647 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 19 Mar 2016 17:17:31 -0500 Subject: utox: add new package to [pcr] --- pcr/utox/utox.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/utox/utox.install (limited to 'pcr/utox/utox.install') diff --git a/pcr/utox/utox.install b/pcr/utox/utox.install new file mode 100644 index 000000000..f6b9b8021 --- /dev/null +++ b/pcr/utox/utox.install @@ -0,0 +1,12 @@ +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-54-g00ecf