new package and package move

This commit is contained in:
Erkan IŞIK
2026-07-11 23:49:28 +03:00
parent 6083827a02
commit 15982225e9
41 changed files with 113 additions and 33 deletions
+7
View File
@@ -0,0 +1,7 @@
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("update-desktop-database")
def postRemove():
os.system("update-desktop-database")