diff options
Diffstat (limited to 'abs/core/cmake/cmake.install')
-rw-r--r-- | abs/core/cmake/cmake.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/cmake/cmake.install b/abs/core/cmake/cmake.install new file mode 100644 index 0000000..7c8a8bd --- /dev/null +++ b/abs/core/cmake/cmake.install @@ -0,0 +1,11 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |