summarylogtreecommitdiffstats
path: root/ympd.install
diff options
context:
space:
mode:
Diffstat (limited to 'ympd.install')
-rw-r--r--ympd.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/ympd.install b/ympd.install
new file mode 100644
index 000000000000..68d8017c93bc
--- /dev/null
+++ b/ympd.install
@@ -0,0 +1,5 @@
+post_upgrade(){
+ if [ -e "/etc/conf.d/ympd" ]; then
+ echo "WARNING: ympd config file /etc/cond.d/ympd should be moved to /etc/default/ympd"
+ fi
+}