summaryrefslogtreecommitdiff
path: root/community/libuhd/libuhd.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-27 01:06:08 -0700
committerroot <root@rshg054.dnsready.net>2013-10-27 01:06:08 -0700
commit2886140ddb1db32f36cb0b27e93888442a603a53 (patch)
tree2a85cef112f53e98d1b959951dc7004b9bc89dc9 /community/libuhd/libuhd.install
parent24152c3ea77087edccf017c13d44904a75799ff7 (diff)
Sun Oct 27 01:05:45 PDT 2013
Diffstat (limited to 'community/libuhd/libuhd.install')
-rw-r--r--community/libuhd/libuhd.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/libuhd/libuhd.install b/community/libuhd/libuhd.install
new file mode 100644
index 000000000..8a8592faf
--- /dev/null
+++ b/community/libuhd/libuhd.install
@@ -0,0 +1,7 @@
+post_install() {
+ ldconfig
+}
+
+post_upgrade() {
+ ldconfig
+}