updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / exitx / exitx.install
blob70f8a747e6a4d230fc534b7fca8b74c1e521dd28
1 ## arg 1:  the new package version
2 post_install() {
3   echo "edit /etc/sudoes"
4   echo "your_login_name ALL=(ALL) NOPASSWD: /usr/sbin/hibernate, /sbin/shutdown"
7 ## arg 1:  the new package version
8 ## arg 2:  the old package version
9 pre_upgrade() {
10   echo -n
13 ## arg 1:  the new package version
14 ## arg 2:  the old package version
15 post_upgrade() {
16   post_install $1
19 ## arg 1:  the old package version
20 pre_remove() {
21   echo -n
24 ## arg 1:  the old package version
25 post_remove() {
26   echo -n
29 # vim:set ts=2 sw=2 et: