summarylogtreecommitdiffstats
path: root/ympd.install
diff options
context:
space:
mode:
authorPhilippe Mongeau2015-06-28 13:52:18 -0400
committerPhilippe Mongeau2015-06-28 13:54:20 -0400
commit2b34afae48142f485e1b85629b7aefebc64d1889 (patch)
tree5b4a4c616758e70534d7dde57e0b98f9aef6dcde /ympd.install
downloadaur-2b34afae48142f485e1b85629b7aefebc64d1889.tar.gz
initial import
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
+}