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 Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git]
/
mate-notification-daemon
/
mate-notification-daemon.install
blob
67875d24facb8eee00ab453c4d7fb0d7b43812a1
1
pkgname=mate-notification-daemon
2
3
post_install() {
4
usr/sbin/mateconfpkg --install ${pkgname}
5
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
6
}
7
8
pre_upgrade() {
9
pre_remove $1
10
}
11
12
post_upgrade() {
13
post_install $1
14
}
15
16
pre_remove() {
17
usr/sbin/mateconfpkg --uninstall ${pkgname}
18
}