summaryrefslogtreecommitdiff
path: root/pcr/utox-git/utox-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/utox-git/utox-git.install')
-rw-r--r--pcr/utox-git/utox-git.install15
1 files changed, 15 insertions, 0 deletions
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
+}