6 lines
97 B
Python
6 lines
97 B
Python
def post_install():
|
|
"""
|
|
Post install operations on an Ubuntu system
|
|
"""
|
|
pass
|