mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Merge branch 'master' of github.com:plugapps/plugapps
This commit is contained in:
commit
35a8dd8a60
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