summarylogtreecommitdiffstats
path: root/fbx-sdk.install
diff options
context:
space:
mode:
authorAndrzej Giniewicz2015-07-07 21:33:57 +0200
committerAndrzej Giniewicz2015-07-07 21:33:57 +0200
commita62a657a8a99a64745c0f7ff1c9d6a3b14938cb1 (patch)
tree2e1387b487c31a5fd350cb9111fbcf8dae63f9a4 /fbx-sdk.install
downloadaur-a62a657a8a99a64745c0f7ff1c9d6a3b14938cb1.tar.gz
Initial import
Diffstat (limited to 'fbx-sdk.install')
-rw-r--r--fbx-sdk.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/fbx-sdk.install b/fbx-sdk.install
new file mode 100644
index 000000000000..61624d3d89ec
--- /dev/null
+++ b/fbx-sdk.install
@@ -0,0 +1,12 @@
+post_upgrade() {
+ post_install $1
+}
+
+post_install() {
+ echo "You must read and agree to the license stored in"
+ echo "/usr/share/licenses/fbx-sdk/LICENSE before using FBX SDK"
+}
+
+op=$1
+shift
+$op $*