summaryrefslogtreecommitdiff
path: root/pcr/synthv1/synthv1.install
diff options
context:
space:
mode:
authorGuest One <theguestone@gmail.com>2013-05-18 23:49:22 +0200
committerGuest One <theguestone@gmail.com>2013-05-18 23:49:22 +0200
commita2cdacfefe21be066937be96886badb2fa4b39a1 (patch)
tree684f4d15735b88fa193b340d7ccccaa7aef29782 /pcr/synthv1/synthv1.install
parent25209c347b50cd166b5d954a8db4e0b93a20dd19 (diff)
added new package synthv1 0.3.2-1
Diffstat (limited to 'pcr/synthv1/synthv1.install')
-rw-r--r--pcr/synthv1/synthv1.install12
1 files changed, 12 insertions, 0 deletions
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
+}