summarylogtreecommitdiffstats
path: root/knode.install
diff options
context:
space:
mode:
authorAntonio Rojas2016-05-15 22:27:42 +0200
committerAntonio Rojas2016-05-15 22:27:42 +0200
commita330e0bb12d60b4308c112ca70b80d38d1be2054 (patch)
treef3e53ac6d50425304d6f7202c2fa406abd5067e4 /knode.install
parentd484b810a111f41e68b74de07a22a4c58ea1fc55 (diff)
downloadaur-a330e0bb12d60b4308c112ca70b80d38d1be2054.tar.gz
Remove .install
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
-}