summarylogtreecommitdiffstats
path: root/tlauncher.install
diff options
context:
space:
mode:
authorMcModder2018-10-14 19:35:15 +0300
committerMcModder2018-10-14 19:35:15 +0300
commit27abf773b9d97a0ba673a58053a41605fff59986 (patch)
treecf661eb42cba87c95e191ae9948920647545dda2 /tlauncher.install
parent5f79023bc6255127cdca3126ab03d10542045d1b (diff)
downloadaur-27abf773b9d97a0ba673a58053a41605fff59986.tar.gz
Correct package version. Added pkgver(). We now getting checksum and latest app version from its cdn. Moved .desktop from google drive to sources. Removed icon (as not needed). Changed checksums to SHA256.
Diffstat (limited to 'tlauncher.install')
-rw-r--r--tlauncher.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/tlauncher.install b/tlauncher.install
index e69de29bb2d1..c326a5359049 100644
--- a/tlauncher.install
+++ b/tlauncher.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo !! IMPORTANT !!
+ echo "If you'll expect troubles with launcher self-updating just rebuild this package"
+ echo
+}
+
+post_upgrade() {
+ post_install
+} \ No newline at end of file