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