summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
authorRoman Mishin2020-05-04 15:53:20 +0700
committerRoman Mishin2020-05-04 15:53:20 +0700
commit51b96885cfcc675b93f49473109ea09ec07eb6d9 (patch)
treee66feca03c4ac6a2bde8afe6ed71f424100f5b31 /.INSTALL
parent9e64bb94e80d1cc64075a452e84282485f8df961 (diff)
downloadaur-51b96885cfcc675b93f49473109ea09ec07eb6d9.tar.gz
added patch file to sources
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/.INSTALL b/.INSTALL
index fa2858afaedc..648e32d5b19a 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -1,6 +1,6 @@
# arg 1: the new package version
post_install() {
- pkgver=$(echo $1 | sed -r 's/-[0-9]+//')
+ pkgver=$(echo $1 | sed -r 's/-[0-9]+$//')
echo -e "\n$(tput setaf 2;tput bold)run:$(tput sgr0) /usr/lib/tktreectrl-$pkgver/demos/demo.tcl\n"
}