summarylogtreecommitdiffstats
path: root/nmclient2.install
diff options
context:
space:
mode:
Diffstat (limited to 'nmclient2.install')
-rw-r--r--nmclient2.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/nmclient2.install b/nmclient2.install
deleted file mode 100644
index cfdcc3e8fdb7..000000000000
--- a/nmclient2.install
+++ /dev/null
@@ -1,14 +0,0 @@
-
-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
-}