summarylogtreecommitdiffstats
path: root/childsplay.install
diff options
context:
space:
mode:
Diffstat (limited to 'childsplay.install')
-rw-r--r--childsplay.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/childsplay.install b/childsplay.install
new file mode 100644
index 000000000000..f268790c71fd
--- /dev/null
+++ b/childsplay.install
@@ -0,0 +1,13 @@
+post_install () {
+ ln -s /usr/local/games/childsplay/childsplay /usr/bin/childsplay
+ echo "To use childsplay with your own language, use"
+ echo "childsplay --language={choose from ar ca de el en es fr it nb nl pl pt ro sl sv uk vi}"
+}
+
+post_upgrade () {
+ post_install
+}
+
+post_remove () {
+ rm -rf /usr/bin/childsplay
+}