diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-13 15:51:22 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-06-13 15:51:22 -0300 |
commit | 1629ba91adf00af3bd8b57dfb6cfc3fce80be218 (patch) | |
tree | 5255deb1c67e4ef538aa01045fec14d64808006f /elementary/postler/postler.install | |
parent | 731bb514cd9f7c3f4ba038bfb0f69f347f42b131 (diff) | |
download | abslibre-1629ba91adf00af3bd8b57dfb6cfc3fce80be218.tar.gz abslibre-1629ba91adf00af3bd8b57dfb6cfc3fce80be218.tar.bz2 abslibre-1629ba91adf00af3bd8b57dfb6cfc3fce80be218.zip |
[elementary] repo created
Diffstat (limited to 'elementary/postler/postler.install')
-rw-r--r-- | elementary/postler/postler.install | 12 |
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 +} |