summarylogtreecommitdiffstats
path: root/soundwire.install
diff options
context:
space:
mode:
Diffstat (limited to 'soundwire.install')
-rw-r--r--soundwire.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/soundwire.install b/soundwire.install
new file mode 100644
index 000000000000..12d4cb0a4cd8
--- /dev/null
+++ b/soundwire.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -ftq usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade()
+{
+ post_install
+}
+
+post_remove() {
+ post_install
+}