summarylogtreecommitdiffstats
path: root/uarchiso.install
blob: fd3fb27cf927850251a93b5d6ac5f2348267a449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: MaurĂ­cio de Lima <mauricio@uaiso.org>

pre_install() {
	rm -rf /home/$USER/uArchiso
}

#post_install() {
	# do something here
#}

pre_upgrade() {
	pre_install
}

#post_upgrade() {
	# do something here
#}

#pre_remove() {
	# do something here
#}

#post_remove() {
	# do something here
#}