summaryrefslogtreecommitdiff
path: root/community/rutilt/rutilt.install
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/rutilt/rutilt.install
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/rutilt/rutilt.install')
-rw-r--r--community/rutilt/rutilt.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/community/rutilt/rutilt.install b/community/rutilt/rutilt.install
new file mode 100644
index 000000000..b8397905a
--- /dev/null
+++ b/community/rutilt/rutilt.install
@@ -0,0 +1,24 @@
+# arg 1: the new package version
+post_install() {
+which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+
+cat << EOF
+
+==> Remember to install "dhclient" or customize the "set_ip.sh" to match
+==> your needs, don't forget that it is executed with root privileges.
+==> Note: rutilt 0.16 doesn't read the old configs, so you have to
+==> recreate/rename it.
+
+EOF
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+}
+