summarylogtreecommitdiffstats
path: root/audacious-git.install
diff options
context:
space:
mode:
authorThomas Lange2015-06-09 23:50:29 +0200
committerThomas Lange2015-06-09 23:50:29 +0200
commit150810e1e61d4133c07d14be3f387aed2564a2ee (patch)
tree2130622b8a2bffa43a7aa03e380ac9c56ad056e6 /audacious-git.install
downloadaur-150810e1e61d4133c07d14be3f387aed2564a2ee.tar.gz
Initial import
Diffstat (limited to 'audacious-git.install')
-rw-r--r--audacious-git.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/audacious-git.install b/audacious-git.install
new file mode 100644
index 000000000000..806b2fc879e8
--- /dev/null
+++ b/audacious-git.install
@@ -0,0 +1,22 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+
+ echo
+ echo "------------------------------------------------"
+ echo " You need to install audacious-plugins-git now. "
+ echo " It cannot be added as dependency because "
+ echo " this would cause a circular dependency. "
+ echo "------------------------------------------------"
+ echo
+}
+
+post_upgrade() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_remove() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}