From 67a2af695512d455d925a28378806d9baac68a15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Thu, 24 Jul 2014 18:52:48 -0300 Subject: add pencil2d to pcr --- pcr/pencil2d/pencil2d.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pcr/pencil2d/pencil2d.install (limited to 'pcr/pencil2d/pencil2d.install') diff --git a/pcr/pencil2d/pencil2d.install b/pcr/pencil2d/pencil2d.install new file mode 100644 index 000000000..724bfce00 --- /dev/null +++ b/pcr/pencil2d/pencil2d.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 +} -- cgit v1.2.3-2-g168b