summarylogtreecommitdiffstats
path: root/htm.install
diff options
context:
space:
mode:
Diffstat (limited to 'htm.install')
-rwxr-xr-xhtm.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/htm.install b/htm.install
deleted file mode 100755
index 564381a0210a..000000000000
--- a/htm.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-