appstream-0.12.0:First release
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
import os
|
||||
|
||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
||||
os.system("/usr/bin/appstreamcli refresh-cache --force")
|
||||
|
||||
def preRemove():
|
||||
os.system("/bin/rm -rf /var/cache/app-info")
|
||||
Reference in New Issue
Block a user