[SCM] breeze-plymouth packaging branch, master, updated. debian/5.8.5-2-12-g079a0f6
Maximiliano Curia
maxy at moszumanska.debian.org
Mon Aug 28 14:03:15 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/breeze-plymouth.git;a=commitdiff;h=16c47d6
The following commit has been merged in the master branch:
commit 16c47d6bbaaf9ae63d3241ea777ee69104a52548
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Mon Jul 10 13:54:24 2017 +0200
Set the right path for the old text.plymouth alternative
---
debian/plymouth-theme-breeze.postinst | 2 +-
debian/plymouth-theme-breeze.prerm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/plymouth-theme-breeze.postinst b/debian/plymouth-theme-breeze.postinst
index cf300f2..685f112 100644
--- a/debian/plymouth-theme-breeze.postinst
+++ b/debian/plymouth-theme-breeze.postinst
@@ -9,7 +9,7 @@ case "$1" in
update-alternatives --remove text.plymouth /lib/plymouth/themes/breeze-text/breeze-text.plymouth || true
# Remove old alternative (use plymouth-set-default-theme)
update-alternatives --remove default.plymouth /usr/share/plymouth/themes/breeze/breeze.plymouth || true
- update-alternatives --remove text.plymouth /lib/plymouth/themes/breeze-text/breeze-text.plymouth || true
+ update-alternatives --remove text.plymouth /usr/share/plymouth/themes/breeze-text/breeze-text.plymouth || true
;;
abort-upgrade|abort-deconfigure|abort-remove)
diff --git a/debian/plymouth-theme-breeze.prerm b/debian/plymouth-theme-breeze.prerm
index c162078..8f75bc9 100644
--- a/debian/plymouth-theme-breeze.prerm
+++ b/debian/plymouth-theme-breeze.prerm
@@ -9,7 +9,7 @@ case "$1" in
update-alternatives --remove text.plymouth /lib/plymouth/themes/breeze-text/breeze-text.plymouth || true
# Remove old alternative (plymouth-set-default-theme)
update-alternatives --remove default.plymouth /usr/share/plymouth/themes/breeze/breeze.plymouth || true
- update-alternatives --remove text.plymouth /lib/plymouth/themes/breeze-text/breeze-text.plymouth || true
+ update-alternatives --remove text.plymouth /usr/share/plymouth/themes/breeze-text/breeze-text.plymouth || true
;;
purge)
--
breeze-plymouth packaging
More information about the pkg-kde-commits
mailing list