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 Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git]
/
deluge-client-svn
/
deluge.install
blob
2af918a23c577e023211c71dfe2a164cda670f97
1
post_install() {
2
echo ">>> Deluge 1.1.0 svn is install!"
3
echo ">>> To run Deluge:"
4
echo ">>> GTK Client: deluge --ui gtk"
5
echo ">>> Web Client: deluge --ui web"
6
echo ">>> Deluged was not Installed!!!!"
7
}
8
post_upgrade() {
9
post_install $1
10
}
11
12
pre_remove() {
13
/bin/true
14
}
15
16
op=$1
17
shift
18
19
$op $*
20