Update package.py

This commit is contained in:
Berk Çakar
2021-04-29 02:42:59 +03:00
committed by GitHub
parent 162252cdbd
commit 746ce7b6d1
@@ -12,6 +12,7 @@ def postInstall(fromVersion, fromRelease, toVersion, toRelease):
def preRemove():
try:
os.system ("groupdel flatpak")
os.system("userdel flatpak")
os.system("groupdel flatpak")
except:
pass
pass