summarylogtreecommitdiffstats
path: root/bashbullet2.install
blob: 1dbaf7193d42eaa74ed96c76539a9eb941ad209e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}