summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Mashos2020-10-01 15:19:33 -0700
committerThomas Mashos2020-10-01 15:19:33 -0700
commit9b2aa9097aa67592b3951a73d3d696a36f639e72 (patch)
tree1b6f8ffe2627c181b3528987a6fd7d1648aad0a4
parent0c6fac19008a74456bcc7ca45fe136f1c78a9f1b (diff)
downloadaur-9b2aa9097aa67592b3951a73d3d696a36f639e72.tar.gz
Add a post_upgrade script
-rw-r--r--remote-desktop-manager.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/remote-desktop-manager.install b/remote-desktop-manager.install
index 8d8837b61646..86586f29d78e 100644
--- a/remote-desktop-manager.install
+++ b/remote-desktop-manager.install
@@ -18,4 +18,8 @@ post_install() {
mkdir -p /usr/share/.mono/new-certs/Trust
trust extract --filter=ca-anchors --format=pem-directory-hash --purpose=server-auth /usr/share/.mono/new-certs/Trust/
fi
+}
+
+post_upgrade() {
+ post_install
} \ No newline at end of file