This commit is contained in:
bferturk
2016-05-24 18:12:12 +03:00
parent baa6de0167
commit 82c30db772
3 changed files with 24 additions and 3 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/python
import os
def postInstall(a, b, c, d):
os.system("/usr/bin/mkinitcpio -p linux")
def preRemove():
pass
@@ -10,7 +10,7 @@
# Administrator customizations go in this file
#[Daemon]
-#Theme=fade-in
+#Theme=pisilinux
+#Theme=breeze
--- plymouth-0.8.8/src/plymouthd.defaults 2012-10-26 18:01:45.000000000 +0300
+++ plymouth-0.8.8-esk/src/plymouthd.defaults 2013-01-15 05:06:37.681404525 +0200
@@ -1,4 +1,4 @@
@@ -18,7 +18,7 @@
# upgrades.
[Daemon]
-Theme=spinner
+Theme=pisilinux
+Theme=breeze
--- plymouth-0.8.8/configure.ac 2012-10-26 18:01:45.000000000 +0300
+++ plymouth-0.8.8-esk/configure.ac 2013-01-15 05:08:54.923399773 +0200
@@ -451,6 +451,7 @@
+11 -1
View File
@@ -47,7 +47,7 @@
<RuntimeDependencies>
<Dependency>libdrm</Dependency>
<Dependency>plymouth-core-libs</Dependency>
<Dependency>mkinitramfs</Dependency>
<Dependency>breeze-plymouth</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/bin</Path>
@@ -80,6 +80,9 @@
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/plymouth-pisilinux.png">pisilinux/images/white-head.png</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/plymouth/themes/charge/charge.plymouth">fedora/charge.plymouth</AdditionalFile>
</AdditionalFiles>
<Provides>
<COMAR script="package.py">System.Package</COMAR>
</Provides>
</Package>
<Package>
@@ -317,6 +320,13 @@
</Package>
<History>
<Update release="2">
<Date>2016-04-21</Date>
<Version>0.8.8</Version>
<Comment>Release bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-04-21</Date>
<Version>0.8.8</Version>