summarylogtreecommitdiffstats
path: root/linux-on-drugs.install
blob: 1dc8d2651dfc66f4b6442f8267351e265402b4c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
message () {
	printf "\n\n"
        printf "\t\033[93mThanks for using linux-on-drugs !\n"
	printf "\t\033[93mDon't forget to star our github repo !\n"
	printf "\t\033[92mhttps://github.com/SkwalExe/linux-on-drugs\n"
	printf "\n\n"
}

post_install() {
	message
}


post_upgrade() {
	message
}

post_remove() {
	message
}