summarylogtreecommitdiffstats
path: root/dmakepkg.install
diff options
context:
space:
mode:
authorJustin Dray2015-09-07 11:46:26 +1000
committerJustin Dray2015-09-07 11:46:26 +1000
commitf86615c7cfa573f53f21b66fdbb2fd11443bac7f (patch)
treea43d8fc01b687594630526eaa857c913057678cf /dmakepkg.install
parent64f884b72dbc9a7188b59394ec99a812e089b394 (diff)
downloadaur-f86615c7cfa573f53f21b66fdbb2fd11443bac7f.tar.gz
Added post-install notification to enable docker service
Diffstat (limited to 'dmakepkg.install')
-rw-r--r--dmakepkg.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/dmakepkg.install b/dmakepkg.install
new file mode 100644
index 000000000000..aa3818cc9309
--- /dev/null
+++ b/dmakepkg.install
@@ -0,0 +1,5 @@
+post_install () {
+ cat <<-EOF
+ Don't forget to start/enable docker service for dmakepkg to work.
+ EOF
+}