updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / rutilt / rutilt.install
blobb8397905a50f061a862e2d76c45e14c8406cd3ac
1 # arg 1:  the new package version
2 post_install() {
3 which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
5 cat << EOF
7 ==> Remember to install "dhclient" or customize the "set_ip.sh" to match
8 ==> your needs, don't forget that it is executed with root privileges.
9 ==> Note: rutilt 0.16 doesn't read the old configs, so you have to
10 ==> recreate/rename it.
12 EOF
15 # arg 1:  the new package version
16 # arg 2:  the old package version
17 post_upgrade() {
18   post_install $1
21 post_remove() {
22   which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true