plymouth
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user