From ef0ebc1663896a216e233f1470eb77b261b89aed Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Sat, 17 Aug 2013 00:00:30 +0300 Subject: adding steadyflow PKGBUILD and install file to pcr --- pcr/steadyflow/steadyflow.install | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pcr/steadyflow/steadyflow.install (limited to 'pcr/steadyflow/steadyflow.install') diff --git a/pcr/steadyflow/steadyflow.install b/pcr/steadyflow/steadyflow.install new file mode 100644 index 000000000..01434bc04 --- /dev/null +++ b/pcr/steadyflow/steadyflow.install @@ -0,0 +1,17 @@ +post_install() +{ + glib-compile-schemas usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() +{ + post_install $1 +} + +post_remove() +{ + post_install $1 +} + -- cgit v1.2.3-54-g00ecf