summarylogtreecommitdiffstats
path: root/helden-software.install
diff options
context:
space:
mode:
Diffstat (limited to 'helden-software.install')
-rw-r--r--helden-software.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/helden-software.install b/helden-software.install
deleted file mode 100644
index 7db2df419cbe..000000000000
--- a/helden-software.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-post_remove() {
- post_install "$1"
-}