repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git]
/
evilsh
/
evilsh.install
blob
43e12e09149c3ac39ea6f8fd573b6536c2609fa2
1
#!/bin/bash
2
3
post_install
() {
4
echo
"Thank you for installing Evilsh"
5
}
6
7
post_upgrade
() {
8
echo
"If you're having problems, go to onebluecat.net/evilsh"
9
}
10
11
pre_remove
() {
12
/
bin
/
rm
/
usr
/
bin
/
evilsh
/
etc
/
evilshrc
13
}