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 12 20:00:29 UTC 2012
[aur-mirror.git]
/
grafburn
/
grafburn.install
blob
b1e36228bbae5e4cf809fc429be11a23f184cdf8
1
pkgname=grafburn
2
3
post_install() {
4
echo ""
5
echo "==> Install dvd+rw-tools if you want to burn DVDs with grafburn"
6
echo ""
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12
13
op=$1
14
shift
15
16
$op "$@"