summarylogtreecommitdiffstats
path: root/plymouth-theme-manjaro-charge.install
blob: 7d63d9b30ec4b6d8d85ea1444214d045280b178e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
	cat <<EOF 

  > You can configure the desired watermak using
  > one of those provided (with desktop logo) by
  > modifying the default symbolic link and
  > rebuilding your initramfs, run as root:
  > cd /usr/share/plymouth/themes/manjaro-charge
  > ln -sf watermark-<EDITION>.png watermark.png

==> To activate the theme, run as root:
==> plymouth-set-default-theme -R manjaro-charge

EOF
}

post_upgrade() {
	post_install $1
}