summarylogtreecommitdiffstats
path: root/lindvd.install
blob: f7545b2cfc2b63f19433937b870ef8dbe06b9f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
RED='\033[1;31m'
NC='\033[0m'

post_install() {
	echo "Program will say it's version 1.2.5 ¯\\_(ツ)_/¯"
	echo "To get /dev/dsp up, hit"
	echo "# modprobe snd_pcm_oss"
	echo "or use some different replacement."
	echo "Program is hardcoded to /dev/cdrom."
	echo "You'll have to patch it to your liking for using it with another drive."
	echo -e "${RED}>>> Attention: lindvd will go [Full Retard] and set your DVD drive to region 1 without asking if the region is unset! <<<${NC}"
}

post_upgrade() {
	post_install
}