summarylogtreecommitdiffstats
path: root/flat-remix-gnome.install
blob: e5df5e58d70212f5b3ae6685d0e701580fd15413 (plain)
1
2
3
4
5
6
7
8
9
10
11

post_install() {
	cd /usr/share/flat-remix-gnome
	make
	make install
}

pre_remove() {
	cd /usr/share/flat-remix-gnome
	make uninstall
}