summaryrefslogtreecommitdiff
path: root/pcr/utox/utox.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-03-19 17:17:31 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-03-19 17:17:31 -0500
commit173039dced004bb81846a2b6a3eaf90984633647 (patch)
treecf6b64ac5338625bcdedc6045bd14d892823f36b /pcr/utox/utox.install
parent6a2700a36c5c8b918f22eaeecdb8dfcdc14090be (diff)
downloadabslibre-173039dced004bb81846a2b6a3eaf90984633647.tar.gz
abslibre-173039dced004bb81846a2b6a3eaf90984633647.tar.bz2
abslibre-173039dced004bb81846a2b6a3eaf90984633647.zip
utox: add new package to [pcr]
Diffstat (limited to 'pcr/utox/utox.install')
-rw-r--r--pcr/utox/utox.install12
1 files changed, 12 insertions, 0 deletions
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
+}