summarylogtreecommitdiffstats
path: root/adwaita-for-steam.install
blob: baa14c2129e798ac9c54b00f8e5ccb8cd6d528b9 (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
27
post_install() {
	/usr/bin/sssm sync Adwaita
	echo ""
	echo "****Adwaita for Steam was installed!****"
	echo ""
	echo "If there were some issues installing the skin, unlink the skins directory and reinstall the package"
	echo "rm -rf ~/.steam/steam/skins"
	echo ""
	echo "Now, select the skin in Steam Settings -> Interface."
	echo ""
}

post_upgrade() {
	/usr/bin/sssm sync Adwaita
	echo ""
        echo "****Adwaita for Steam was installed!****"
        echo ""
        echo "If there were some issues installing the skin, unlink the skins directory and reinstall the package"
        echo "rm -rf ~/.steam/steam/skins"
        echo ""
        echo "Now, select the skin in Steam Settings -> Interface."
        echo ""
}

post_remove() {
	/usr/bin/sssm remove Adwaita
}