summaryrefslogtreecommitdiffstats
path: root/abs/core/cmake/cmake.install
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-20 03:54:11 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-20 03:54:11 (GMT)
commitae69e6773ed7339f10a6335fa5d37103a73a1499 (patch)
tree981f6326ea5d95837750b05b36611036f51ee103 /abs/core/cmake/cmake.install
parent25d91b472713b3ee72b65aa46359c95decc626e2 (diff)
downloadlinhes_pkgbuild-ae69e6773ed7339f10a6335fa5d37103a73a1499.zip
linhes_pkgbuild-ae69e6773ed7339f10a6335fa5d37103a73a1499.tar.gz
linhes_pkgbuild-ae69e6773ed7339f10a6335fa5d37103a73a1499.tar.bz2
cmake: upgrade
Diffstat (limited to 'abs/core/cmake/cmake.install')
-rw-r--r--abs/core/cmake/cmake.install11
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
+}