summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJörg Thalheim2015-10-11 09:38:18 +0200
committerJörg Thalheim2015-10-11 09:38:48 +0200
commit90007f2802fb21aeae661f7c26af073e15164c66 (patch)
tree8bc5e8cf2539a5a516bdb4d746869e1d6b451a5a /install
downloadaur-90007f2802fb21aeae661f7c26af073e15164c66.tar.gz
first commit
Diffstat (limited to 'install')
-rw-r--r--install11
1 files changed, 11 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..4bdd5fe3069b
--- /dev/null
+++ b/install
@@ -0,0 +1,11 @@
+post_install() {
+ usr/bin/trust extract-compat
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ post_install
+}