From a9e2d7743d011a5502b37dac0ce9fe8acc4b5869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 1 Dec 2015 18:37:28 -0300 Subject: mypaint-gegl-git: add pkg to [pcr] --- pcr/mypaint-gegl-git/mypaint.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr/mypaint-gegl-git/mypaint.install (limited to 'pcr/mypaint-gegl-git/mypaint.install') 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 +} -- cgit v1.2.3-2-g168b