summaryrefslogtreecommitdiff
path: root/elementary/postler/postler.install
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-13 15:51:22 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-06-13 15:51:22 -0300
commit1629ba91adf00af3bd8b57dfb6cfc3fce80be218 (patch)
tree5255deb1c67e4ef538aa01045fec14d64808006f /elementary/postler/postler.install
parent731bb514cd9f7c3f4ba038bfb0f69f347f42b131 (diff)
[elementary] repo created
Diffstat (limited to 'elementary/postler/postler.install')
-rw-r--r--elementary/postler/postler.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/elementary/postler/postler.install b/elementary/postler/postler.install
new file mode 100644
index 000000000..709ad81f2
--- /dev/null
+++ b/elementary/postler/postler.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}