summarylogtreecommitdiffstats
path: root/beefi.install
diff options
context:
space:
mode:
Diffstat (limited to 'beefi.install')
-rw-r--r--beefi.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/beefi.install b/beefi.install
new file mode 100644
index 000000000000..b713dfaef9bc
--- /dev/null
+++ b/beefi.install
@@ -0,0 +1,11 @@
+post_upgrade() {
+ echo "--------------------------------------------------------------------------"
+ echo "Attention! Please check /etc/beefi/beefi.conf and etc/pacman.d/hooks/beefi.hook and adjust the files to your kernel package (e.g. linux, linux-ck, ...)"
+ echo "--------------------------------------------------------------------------"
+}
+
+post_install() {
+ echo "--------------------------------------------------------------------------"
+ echo "Please check /etc/beefi/beefi.conf and etc/pacman.d/hooks/beefi.hook and adjust the files to your kernel package (e.g. linux, linux-ck, ...)"
+ echo "--------------------------------------------------------------------------"
+}