diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-07-26 17:02:03 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-07-26 17:02:03 -0300 |
commit | 88390b8953eb0c8a10c5b1bd1bf4efcfb0fbabba (patch) | |
tree | 5093b9705943c771c4e98f5266a275f2b8ab3e82 /pcr/tupi/tupi.install | |
parent | 243eb69280f5154756c16a1c444e115d265071c6 (diff) | |
download | abslibre-88390b8953eb0c8a10c5b1bd1bf4efcfb0fbabba.tar.gz abslibre-88390b8953eb0c8a10c5b1bd1bf4efcfb0fbabba.tar.bz2 abslibre-88390b8953eb0c8a10c5b1bd1bf4efcfb0fbabba.zip |
add tupi to the pcr repo
Diffstat (limited to 'pcr/tupi/tupi.install')
-rw-r--r-- | pcr/tupi/tupi.install | 13 |
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 +} |