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 00:18:00 UTC 2012
[aur-mirror.git]
/
scribus-svn
/
scribus-svn.install
blob
349c308f424773f99ec6a9e3a4f508967980a2e4
1
# this is the scrollkeeper handling sample file
2
3
post_install() {
4
echo "update desktop mime database..."
5
update-desktop-database -q
6
}
7
8
post_upgrade() {
9
post_install $1
10
}
11
12
pre_remove() {
13
/bin/true
14
}
15
16
post_remove() {
17
echo "update desktop mime database..."
18
update-desktop-database -q
19
}
20
21
op=$1
22
shift
23
24
$op $*