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 10 04:01:21 UTC 2012
[aur-mirror.git]
/
penumbra-overture-ep1-demo
/
penumbra-overture-ep1-demo.install
blob
4e4eefc51d5d3223757fcff9c3454c43d1960ab4
1
post_install() {
2
echo "Read the \"Frictional Games\"'s EULA before using it : /usr/share/licenses/penumbra-overture-ep1-demo/license"
3
update-desktop-database -q
4
}
5
6
post_upgrade() {
7
post_install
8
}
9
10
pre_remove() {
11
update-desktop-database -q
12
}
13
14
op=$1
15
shift
16
17
$op "$@"