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