summarylogtreecommitdiffstats
path: root/beefi.install
diff options
context:
space:
mode:
authorJan Frederick Eick2017-08-28 00:51:08 +0200
committerJan Frederick Eick2017-08-28 00:54:58 +0200
commitc7c192a877f41b2185dd65482bc9ea99f4204dda (patch)
treeee47f025217add786c10907b36ebd3264b4890e4 /beefi.install
downloadaur-c7c192a877f41b2185dd65482bc9ea99f4204dda.tar.gz
Updated manual and usage
add beefi.install
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 "--------------------------------------------------------------------------"
+}