new package and package move
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
os.system("update-desktop-database")
|
||||
|
||||
def postRemove():
|
||||
os.system("update-desktop-database")
|
||||
Reference in New Issue
Block a user