summarylogtreecommitdiffstats
path: root/sound-juicer-git.install
diff options
context:
space:
mode:
authorPhillip Wood2015-06-17 09:40:34 +0100
committerPhillip Wood2015-06-17 09:40:34 +0100
commit2f4efdd10b5e6f7079bf55094591eec1a38d169a (patch)
tree1aea19214dbd90438c60bca4f129d490a086f0db /sound-juicer-git.install
downloadaur-sound-juicer-git.tar.gz
Initial commit
Diffstat (limited to 'sound-juicer-git.install')
-rw-r--r--sound-juicer-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/sound-juicer-git.install b/sound-juicer-git.install
new file mode 100644
index 000000000000..f7e8c46ac846
--- /dev/null
+++ b/sound-juicer-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}