[SCM] breeze-plymouth packaging branch, master, updated. 582490f8caa182c3de34252c9adb27bbc36434b3

Maximiliano Curia maxy at moszumanska.debian.org
Sun Jun 5 11:52:01 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/breeze-plymouth.git;a=commitdiff;h=90c4713

The following commit has been merged in the master branch:
commit 90c471315511989ac339ac1fd2d9b46181d5ecaa
Author: Jonathan Riddell <jr at jriddell.org>
Date:   Thu Mar 10 15:18:16 2016 +0000

    add text.plymouth alternative
---
 debian/plymouth-theme-breeze.postinst | 4 ++++
 debian/plymouth-theme-breeze.prerm    | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/debian/plymouth-theme-breeze.postinst b/debian/plymouth-theme-breeze.postinst
index b7faafa..eae2402 100644
--- a/debian/plymouth-theme-breeze.postinst
+++ b/debian/plymouth-theme-breeze.postinst
@@ -17,6 +17,10 @@ case "$1" in
                 /lib/plymouth/themes/breeze/breeze.plymouth 160 \
             --slave /lib/plymouth/themes/default.grub default.plymouth.grub \
                 /lib/plymouth/themes/breeze/breeze.grub || error "Failed to update-alternatives"
+        update-alternatives \
+            --install /lib/plymouth/themes/text.plymouth text.plymouth \
+              /lib/plymouth/themes/breeze-text/breeze-text.plymouth 160 \
+	      || error "Failed to update-alternatives text.plymouth"
 
         if which update-initramfs >/dev/null 2>&1; then
             update-initramfs -u || error "Failed to update-initramfs"
diff --git a/debian/plymouth-theme-breeze.prerm b/debian/plymouth-theme-breeze.prerm
index d5eb1a7..ac2f67a 100644
--- a/debian/plymouth-theme-breeze.prerm
+++ b/debian/plymouth-theme-breeze.prerm
@@ -14,6 +14,8 @@ case "$1" in
     remove)
         update-alternatives --remove \
 	   default.plymouth /lib/plymouth/themes/breeze/breeze.plymouth || error "Failed to update-alternatives"
+        update-alternatives --remove \
+	   text.plymouth /lib/plymouth/themes/breeze-text/breeze-text.plymouth || error "Failed to update-alternatives text.plymouth"
 
         if which update-initramfs >/dev/null 2>&1; then
             update-initramfs -u || error "Failed to update-initramfs"

-- 
breeze-plymouth packaging



More information about the pkg-kde-commits mailing list