5 lines
132 B
Python
5 lines
132 B
Python
|
import os
|
||
|
|
||
|
if os.path.isfile('/etc/smart/distro.d/00-configure-once.py'):
|
||
|
os.remove('/etc/smart/distro.d/00-configure-once.py')
|