OSDN Git Service

fix errors plymouth when installing master
authoryamad <yamad.linuxer@gmail.com>
Wed, 5 Feb 2020 16:02:20 +0000 (01:02 +0900)
committeryamad <yamad.linuxer@gmail.com>
Wed, 5 Feb 2020 16:02:20 +0000 (01:02 +0900)
debs/serenelinux-plymouth.deb
serenelinux-plymouth/DEBIAN/control
serenelinux-plymouth/DEBIAN/postinst

index 51b28af..7703714 100644 (file)
Binary files a/debs/serenelinux-plymouth.deb and b/debs/serenelinux-plymouth.deb differ
index d4a0709..d447ef6 100644 (file)
@@ -2,7 +2,7 @@ Maintainer: Serene Team <serenelinux.dev@gmail.com>
 Package: plymouth-theme-serene
 Depends: plymouth , plymouth-label , plymouth-x11 
 Section: main
-Version: 1.2.0
+Version: 1.2.1
 Essential: yes
 Architecture: all
 Description: plymouth
index 50e4794..7043c4d 100755 (executable)
@@ -1,3 +1,7 @@
 #!/bin/bash
-update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/serene-*/serene-*.plymouth 100
+
+update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/serene-logo/serene-logo.plymouth 100
+update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/serene-mso/serene-mso.plymouth 100
+update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/serene-old/serene-old.plymouth 100
+
 update-initramfs -u