7 lines
140 B
Python
7 lines
140 B
Python
#!/usr/bin/python
|
|
|
|
import os
|
|
|
|
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
|
os.popen("/sbin/telinit u &> /dev/null")
|