summarylogtreecommitdiffstats
path: root/knode.install
diff options
context:
space:
mode:
Diffstat (limited to 'knode.install')
-rw-r--r--knode.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/knode.install b/knode.install
deleted file mode 100644
index 5787df72f98a..000000000000
--- a/knode.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}