blob: 0c09f3d4818fdc8f3568d75b8648674663ba5cee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
post_install() {
echo ':: Add urbanlifestyle as your current theme in your sddm.conf file'
echo ':: More info at https://github.com/AlfredoRamos/urbanlifestyle-sddm-theme'
}
post_upgrade() {
post_install
}
post_remove() {
echo ':: Remove urbanlifestyle as your current theme in your sddm.conf file'
echo ':: More info at https://github.com/AlfredoRamos/urbanlifestyle-sddm-theme'
}
|