summarylogtreecommitdiffstats
path: root/pkgupdate.install
diff options
context:
space:
mode:
Diffstat (limited to 'pkgupdate.install')
-rw-r--r--pkgupdate.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgupdate.install b/pkgupdate.install
new file mode 100644
index 000000000000..f0c27a141951
--- /dev/null
+++ b/pkgupdate.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "As of version 0.5a1 (revision 8f66762d) a new dedicated"
+ echo "configuration file is supplied (/etc/pkgupdate.conf) which"
+ echo "provides the same defaults as the previous rc script did."
+ echo "$(tput bold)The /etc/conf.d/pkgupdate.conf script is dropped.$(tput sgr0)"
+ echo "$(tput bold)Use the new configuration file (/etc/pkgupdate.conf) instead.$(tput sgr0)"
+}
+
+post_upgrade() {
+ post_install $1
+}