aboutsummarylogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorVufa2022-04-07 00:46:47 +0800
committerVufa2022-04-07 00:46:47 +0800
commit7a26398fc052cf4e39a0d28305234fe7b56bcf41 (patch)
treeceff76a4f12b21b0c727057e8f5b9bf72d37a5f5 /run.sh
parentd16a51be039e355926407c865ff9a865a9437860 (diff)
downloadaur-7a26398fc052cf4e39a0d28305234fe7b56bcf41.tar.gz
generate 'PACKAGE_VERSION' file after installation.
Signed-off-by: Vufa <countstarlight@gmail.com>
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index 8b3dd9423d41..95e99a2223f5 100755
--- a/run.sh
+++ b/run.sh
@@ -59,6 +59,7 @@ DeployApp()
rm -rf "$HOME/.deepinwine/.wechat_tmp"
fi
touch $WINEPREFIX/reinstalled
+ cat /opt/apps/$DEB_PACKAGE_NAME/files/files.md5sum > $WINEPREFIX/PACKAGE_VERSION
}
Run()