diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-12-01 18:37:28 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-12-01 18:37:28 -0300 |
commit | a9e2d7743d011a5502b37dac0ce9fe8acc4b5869 (patch) | |
tree | 55dd29d8d96f0a26a17d358b75a623eba6928ad9 /pcr/mypaint-gegl-git/mypaint.install | |
parent | df850b65e069fcb9fcd54395f789fd7e136ebe1e (diff) |
mypaint-gegl-git: add pkg to [pcr]
Diffstat (limited to 'pcr/mypaint-gegl-git/mypaint.install')
-rw-r--r-- | pcr/mypaint-gegl-git/mypaint.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/mypaint-gegl-git/mypaint.install b/pcr/mypaint-gegl-git/mypaint.install new file mode 100644 index 000000000..5f0358791 --- /dev/null +++ b/pcr/mypaint-gegl-git/mypaint.install @@ -0,0 +1,13 @@ +post_install() { + [ -x `which update-mime-database` ] && update-mime-database usr/share/mime + [ -x `which gtk-update-icon-cache` ] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + /bin/true +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |