summarylogtreecommitdiffstats
path: root/bashbullet2.install
diff options
context:
space:
mode:
authorBoteium2017-04-18 16:44:42 +0800
committerBoteium2017-04-18 16:44:42 +0800
commit1e82697c22f6c2ed2587ebc7cad752782f12cd3f (patch)
tree33bd8021fda6a3437a58bfeef30bc5e5ef9da16e /bashbullet2.install
downloadaur-1e82697c22f6c2ed2587ebc7cad752782f12cd3f.tar.gz
initial commit
Diffstat (limited to 'bashbullet2.install')
-rw-r--r--bashbullet2.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/bashbullet2.install b/bashbullet2.install
new file mode 100644
index 000000000000..1dbaf7193d42
--- /dev/null
+++ b/bashbullet2.install
@@ -0,0 +1,19 @@
+show_message(){
+echo :: to finish install process ::
+echo ""
+cat << EOF
+ mkdir -p "\$HOME/.bashbullet2/"
+ ln -s /usr/share/bashbullet2/lib "\$HOME/.bashbullet2/"
+ ln -s /usr/share/bashbullet2/libbashbullet "\$HOME/.bashbullet2/libbashbullet"
+ cp -a /usr/share/bashbullet2/handler/ "\$HOME/.bashbullet2/"
+ cp /usr/share/bashbullet2/{config.json,handler_config} "\$HOME/.bashbullet2/"
+EOF
+echo ""
+}
+
+post_upgrade() {
+ show_message
+}
+post_install(){
+ show_message
+}