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 Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git]
/
geany-snippets
/
geany-snippets.install
blob
59e2a1c2d93e4c07873109ad0c57a2d769c3a276
1
pkgname=geany-snippets
2
3
pre_install() {
4
mv /usr/share/geany/snippets.conf /usr/share/geany/snippets.conf.orig
5
}
6
7
post_remove() {
8
mv /usr/share/geany/snippets.conf.orig /usr/share/geany/snippets.conf
9
}