summarylogtreecommitdiffstats
path: root/audacious-git.install
diff options
context:
space:
mode:
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
+}