summarylogtreecommitdiffstats
path: root/plymouth-theme-arch-breeze-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'plymouth-theme-arch-breeze-git.install')
-rw-r--r--plymouth-theme-arch-breeze-git.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/plymouth-theme-arch-breeze-git.install b/plymouth-theme-arch-breeze-git.install
new file mode 100644
index 000000000000..2857def1db01
--- /dev/null
+++ b/plymouth-theme-arch-breeze-git.install
@@ -0,0 +1,9 @@
+_themedir="/usr/share/plymouth/themes/arch-breeze"
+
+post_install() {
+ [ -e "${_themedir}/logo.png" ] || ln -s ${_themedir}/logo{_full_blue,}.png
+}
+
+pre_remove() {
+ rm -f ${_themedir}/logo.png
+}