summarylogtreecommitdiffstats
path: root/grub2-theme-dharma-mod.install
diff options
context:
space:
mode:
authorIvan Shapovalov2014-02-28 12:53:26 +0400
committerIvan Shapovalov2014-07-02 13:01:21 +0400
commitbea982f38f359d30fd9761ed6f351ed9db6c4a4a (patch)
treea3127f901becaf62f7ebd38681fe6d6449d7f499 /grub2-theme-dharma-mod.install
downloadaur-grub2-theme-dharma-mod.tar.gz
Automated: initialized with version 1.0-1
Diffstat (limited to 'grub2-theme-dharma-mod.install')
-rw-r--r--grub2-theme-dharma-mod.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/grub2-theme-dharma-mod.install b/grub2-theme-dharma-mod.install
new file mode 100644
index 000000000000..78e7bce51aad
--- /dev/null
+++ b/grub2-theme-dharma-mod.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat << "EOF"
+
+==> Installation:
+==> Add theme to /etc/default/grub:
+ GRUB_THEME="/boot/grub/themes/Dharma/theme.txt"
+ GRUB_GFXMODE=auto
+==> Update grub:
+ # grub-mkconfig -o /boot/grub/grub.cfg
+
+EOF
+}