summaryrefslogtreecommitdiffstats
path: root/abs/core/cmake/cmake.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-09-26 19:29:32 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-09-26 19:29:32 (GMT)
commit23879cd576d17b9d9139fe89b79e4daacfc56e6f (patch)
tree312f21c939f8aed35e2220349741b5ca188cb6e0 /abs/core/cmake/cmake.install
parent0c96de1930726e05cb0ce428632bdd6fb65b84d3 (diff)
downloadlinhes_pkgbuild-23879cd576d17b9d9139fe89b79e4daacfc56e6f.zip
linhes_pkgbuild-23879cd576d17b9d9139fe89b79e4daacfc56e6f.tar.gz
linhes_pkgbuild-23879cd576d17b9d9139fe89b79e4daacfc56e6f.tar.bz2
cmake: update to 3.6.2
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
-}