updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kdbedit / kdbedit.install
blob9637df24842c3704adc1360db328c8b4401168e5
1 post_install() {
2         post_upgrade
5 post_upgrade() {
6         icondir=/usr/share/lib/kdbedit/icons
7         kdb set -t bin -b $icondir/txt.png system/sw/kdbedit/icons/string
8         kdb set -t bin -b $icondir/supertxt.png system/sw/kdbedit/icons/superstring
9         kdb set -t bin -b $icondir/binary.png system/sw/kdbedit/icons/binary
10         kdb set -t bin -b $icondir/superbinary.png system/sw/kdbedit/icons/superbinary
11         kdb set -t bin -b $icondir/folder.png system/sw/kdbedit/icons/dir
12         kdb set -t bin -b $icondir/link.png system/sw/kdbedit/icons/link
13         kdb set -t bin -b $icondir/lock.png system/sw/kdbedit/icons/noaccess
14         kdb set -t bin -b $icondir/unknown.png system/sw/kdbedit/icons/undefined
17 pre_remove() {
18         /bin/true
21 post_remove() {
22         /bin/true
25 op=$1
26 shift
27 $op $*