From 88390b8953eb0c8a10c5b1bd1bf4efcfb0fbabba Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 26 Jul 2014 17:02:03 -0300 Subject: add tupi to the pcr repo --- pcr/tupi/tupi.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr/tupi/tupi.install (limited to 'pcr/tupi/tupi.install') 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 +} -- cgit v1.2.3