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 -}