summaryrefslogtreecommitdiffstats
path: root/arch/tde-core/tde-tdelibs/trinity-tdelibs.install
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tde-core/tde-tdelibs/trinity-tdelibs.install')
-rw-r--r--arch/tde-core/tde-tdelibs/trinity-tdelibs.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/tde-core/tde-tdelibs/trinity-tdelibs.install b/arch/tde-core/tde-tdelibs/trinity-tdelibs.install
new file mode 100644
index 000000000..e2db661ac
--- /dev/null
+++ b/arch/tde-core/tde-tdelibs/trinity-tdelibs.install
@@ -0,0 +1,11 @@
+post_install() {
+ ldconfig &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}