mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Added yaourt.install
This commit is contained in:
parent
0004b8cb2f
commit
ad0e4eac81
1 changed files with 14 additions and 0 deletions
14
core/yaourt/yaourt.install
Normal file
14
core/yaourt/yaourt.install
Normal file
|
@ -0,0 +1,14 @@
|
|||
post_install() {
|
||||
cat <<-EndOfMessage
|
||||
==> to use yaourt as user,add these entries to /etc/sudoers:
|
||||
user ALL=NOPASSWD: /usr/bin/pacman
|
||||
user ALL=NOPASSWD: /usr/bin/pacdiffviewer
|
||||
(Please, use sudo very carefully)
|
||||
==> for a full colorized output, install pacman-color and set PacmanBin in /etc/yaourtrc
|
||||
EndOfMessage
|
||||
/bin/true
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
Loading…
Reference in a new issue