summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlithm2017-03-03 04:43:35 +0100
committerlithm2017-03-03 04:43:35 +0100
commitd7d2522a218c4b1fd6ba609e43b87c47ce50406e (patch)
tree725e8992187bebbcd83919def659c4aea5c5402f
parent2399062059e6da4fa97bb4ecb91bbf7af5ad6b45 (diff)
downloadaur-cute3dscapture-git.tar.gz
Add post_upgrade
-rw-r--r--.SRCINFO2
-rw-r--r--cute3dscapture-git.install4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b49b77857747..420fea7fe9da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 2 17:37:22 UTC 2017
+# Fri Mar 3 03:43:35 UTC 2017
pkgbase = cute3dscapture-git
pkgdesc = A 3DS capture software
pkgver = 1.3.r18.g33c9a78
diff --git a/cute3dscapture-git.install b/cute3dscapture-git.install
index 70898e6fc415..a62666d4bede 100644
--- a/cute3dscapture-git.install
+++ b/cute3dscapture-git.install
@@ -1,3 +1,7 @@
post_install() {
usr/bin/udevadm control --reload-rules
}
+
+post_upgrade() {
+ usr/bin/udevadm control --reload-rules
+}