summaryrefslogtreecommitdiff
path: root/pcr/tupi/tupi.install
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-07-26 17:02:03 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-07-26 17:02:03 -0300
commit88390b8953eb0c8a10c5b1bd1bf4efcfb0fbabba (patch)
tree5093b9705943c771c4e98f5266a275f2b8ab3e82 /pcr/tupi/tupi.install
parent243eb69280f5154756c16a1c444e115d265071c6 (diff)
add tupi to the pcr repo
Diffstat (limited to 'pcr/tupi/tupi.install')
-rw-r--r--pcr/tupi/tupi.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/tupi/tupi.install b/pcr/tupi/tupi.install
new file mode 100644
index 000000000..724bfce00
--- /dev/null
+++ b/pcr/tupi/tupi.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}