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 Wed Jan 25 04:02:27 UTC 2012
[aur-mirror.git]
/
cwallpaper-fltk
/
cwallpaper-fltk.install
blob
491317bba65b8a690f73a7783ba6a70adc241107
1
post_install() {
2
echo "*****************************************"
3
echo ":: man cwallpaper for config instructions"
4
echo "*****************************************"
5
}
6
7
# arg 1: the old package version
8
pre_remove() {
9
/bin/true
10
}
11
12
op=$1
13
shift
14
15
$op $*
16
# vim:set ts=2 sw=2 et: