From a2cdacfefe21be066937be96886badb2fa4b39a1 Mon Sep 17 00:00:00 2001 From: Guest One Date: Sat, 18 May 2013 23:49:22 +0200 Subject: added new package synthv1 0.3.2-1 --- pcr/synthv1/synthv1.install | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pcr/synthv1/synthv1.install (limited to 'pcr/synthv1/synthv1.install') diff --git a/pcr/synthv1/synthv1.install b/pcr/synthv1/synthv1.install new file mode 100644 index 000000000..bce670aff --- /dev/null +++ b/pcr/synthv1/synthv1.install @@ -0,0 +1,12 @@ +post_install() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-2-g168b