diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-08-17 00:00:30 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-08-17 00:00:30 +0300 |
commit | ef0ebc1663896a216e233f1470eb77b261b89aed (patch) | |
tree | 7072acd2101c7387a3445cec05a3302b970a0ab5 /pcr/steadyflow/steadyflow.install | |
parent | 2e96f60224fff333798d45f85247f277fe81521a (diff) |
adding steadyflow PKGBUILD and install file to pcr
Diffstat (limited to 'pcr/steadyflow/steadyflow.install')
-rw-r--r-- | pcr/steadyflow/steadyflow.install | 17 |
1 files changed, 17 insertions, 0 deletions
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 +} + |