summarylogtreecommitdiffstats
path: root/grub2-theme-arch-suse.install
diff options
context:
space:
mode:
authorgS6442015-07-30 13:45:47 +0200
committergS6442015-07-30 13:45:47 +0200
commit3641b203f30e710a0f6ac24d4d84593bd4a1a12d (patch)
tree357c6a08bc4f5f1b0d0b2886b07cbdd9fad431bb /grub2-theme-arch-suse.install
downloadaur-3641b203f30e710a0f6ac24d4d84593bd4a1a12d.tar.gz
Initial import
Diffstat (limited to 'grub2-theme-arch-suse.install')
-rw-r--r--grub2-theme-arch-suse.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/grub2-theme-arch-suse.install b/grub2-theme-arch-suse.install
new file mode 100644
index 000000000000..638c0a9dfd70
--- /dev/null
+++ b/grub2-theme-arch-suse.install
@@ -0,0 +1,16 @@
+post_install() {
+ cat << _EOF
+
+==> Installation: copy theme to grub/themes:# cp -r /usr/share/grub/themes/arch-suse /boot/grub/themes/ .
+==> Add theme to your /etc/default/grub:
+==> GRUB_THEME="/boot/grub/themes/arch-suse/theme.txt"
+==> Preferred resolution 1024x768: GRUB_GFXMODE=1024x768
+==> Update grub:# grub-mkconfig -o /boot/grub/grub.cfg
+
+
+_EOF
+}
+
+post_upgrade() {
+ post_install $1
+}