summaryrefslogtreecommitdiffstats
path: root/abs/core/cmake/cmake.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/cmake/cmake.install')
-rw-r--r--abs/core/cmake/cmake.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/core/cmake/cmake.install b/abs/core/cmake/cmake.install
deleted file mode 100644
index 55f6c84..0000000
--- a/abs/core/cmake/cmake.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-mime-database usr/share/mime &> /dev/null
- [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}