From 4762d7c8de9e641fbcc7e7dc498d80319cab8b78 Mon Sep 17 00:00:00 2001 From: Teldra Date: Sun, 24 Feb 2019 12:32:34 +0100 Subject: [PATCH] Delete hashboot.install --- hashboot.install | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 hashboot.install diff --git a/hashboot.install b/hashboot.install deleted file mode 100644 index 5004e24..0000000 --- a/hashboot.install +++ /dev/null @@ -1,8 +0,0 @@ -post_install() { - echo "After install run 'hashboot index'." - echo "Run also 'systemctl enable hashboot.service' to enable." -} - -post_upgrade() { - post_install -}