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