summarylogtreecommitdiffstats
path: root/thunderbird-earlybird.install
diff options
context:
space:
mode:
authorAlex Talker2016-02-28 18:33:14 +0300
committerAlex Talker2016-02-28 18:53:29 +0300
commit1a94d1cf1d98323e39f503058a203534cea90d8f (patch)
tree808dfb0479024d8e9ef55c64cbddcb2235a78557 /thunderbird-earlybird.install
parent7ef17dceed6adb0e4cbac6cb3da372b4890dcaeb (diff)
downloadaur-1a94d1cf1d98323e39f503058a203534cea90d8f.tar.gz
Update install file
Diffstat (limited to 'thunderbird-earlybird.install')
-rw-r--r--thunderbird-earlybird.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/thunderbird-earlybird.install b/thunderbird-earlybird.install
index 4d4a283dba5c..a8f63a02170c 100644
--- a/thunderbird-earlybird.install
+++ b/thunderbird-earlybird.install
@@ -1,6 +1,7 @@
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ repo_notify
}
post_upgrade() {
@@ -10,3 +11,17 @@ post_upgrade() {
post_remove() {
post_install
}
+
+repo_notify(){
+ ARCH=$(uname -m)
+ if [[ $ARCH -eq "x86_64" ]]; then
+ echo "!!!=== You may also use repo with prepared package: ===!!!"
+ echo "Just append the lines to your '/etc/pacman.conf':"
+ echo
+ echo "[alextalker]"
+ echo "SigLevel = Optional TrustAll"
+ echo "Server = http://alextalker.ho.ua/aurrepo/"
+ echo
+ echo "=========================================================="
+ fi
+}