create core package
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
os.popen("/sbin/telinit u &> /dev/null")
|
||||
Reference in New Issue
Block a user