summarylogtreecommitdiffstats
path: root/ympd.install
diff options
context:
space:
mode:
authorcippaciong2016-02-20 10:32:19 +0100
committercippaciong2016-02-20 10:32:19 +0100
commit5d5570d1949320b5b5d31cb3aa3e2b8aea3a5419 (patch)
tree0d0715661aa982b56b817ef9ae8b85ba2cabd0c3 /ympd.install
parent0e4dad8af3129385d78d1065432e3f35d57679ef (diff)
downloadaur-5d5570d1949320b5b5d31cb3aa3e2b8aea3a5419.tar.gz
Fix error when build directory already exists and add .install file
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..4eb71a754b52
--- /dev/null
+++ b/ympd.install
@@ -0,0 +1,5 @@
+post_upgrade(){
+ if [ -e "/etc/conf.d/ympd" ]; then
+ echo "WARNING: ympd config file /etc/conf.d/ympd should be moved to /etc/default/ympd"
+ fi
+}