diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 01:57:36 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-04 01:57:36 -0300 |
commit | 0be822175bb3cef0534b9a0597e84ae1ee6374ec (patch) | |
tree | c9a4fb91c61309280fd8201c7cb52789ce02a7c6 /nonprism/openshot/openshot.install | |
parent | 468e115b1432c745ce9ccf06d2fcca6b3cfb7227 (diff) | |
download | abslibre-0be822175bb3cef0534b9a0597e84ae1ee6374ec.tar.gz abslibre-0be822175bb3cef0534b9a0597e84ae1ee6374ec.tar.bz2 abslibre-0be822175bb3cef0534b9a0597e84ae1ee6374ec.zip |
remove nonprism suffix and add complex pkgrel on nonprism packages
Diffstat (limited to 'nonprism/openshot/openshot.install')
-rw-r--r-- | nonprism/openshot/openshot.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nonprism/openshot/openshot.install b/nonprism/openshot/openshot.install new file mode 100644 index 000000000..046df0051 --- /dev/null +++ b/nonprism/openshot/openshot.install @@ -0,0 +1,12 @@ +post_install() { + update-mime-database usr/share/mime &>/dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |