summarylogtreecommitdiffstats
path: root/liberation-circuit.install
diff options
context:
space:
mode:
authorbuckket2017-04-03 20:07:31 +0200
committerbuckket2017-04-03 20:07:31 +0200
commit5527935d8bb2d606bbaf42da2968ce8aa9289255 (patch)
tree036b1694b8739eff854fd600630f565dc04bb6dd /liberation-circuit.install
parent799268222f5e93536fa7225184661f6f8532c5a5 (diff)
downloadaur-5527935d8bb2d606bbaf42da2968ce8aa9289255.tar.gz
Bump to 1.2, add install file
Diffstat (limited to 'liberation-circuit.install')
-rw-r--r--liberation-circuit.install22
1 files changed, 22 insertions, 0 deletions
diff --git a/liberation-circuit.install b/liberation-circuit.install
new file mode 100644
index 000000000000..a17c802b4da2
--- /dev/null
+++ b/liberation-circuit.install
@@ -0,0 +1,22 @@
+# Colored makepkg-like functions
+msg_blue() {
+ printf "${blue}==>${bold} $1${all_off}\n"
+}
+
+note() {
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
+}
+
+all_off="$(tput sgr0)"
+bold="${all_off}$(tput bold)"
+blue="${bold}$(tput setaf 4)"
+yellow="${bold}$(tput setaf 3)"
+
+post_install() {
+ note "Please manually change the save file location by editing /usr/share/games/liberation-circuit/init.txt"
+ note "The launcher is called: 'libcirc'"
+}
+
+post_upgrade() {
+ post_install
+}