initial import
This commit is contained in:
12
slim-theme-hyperbola/slim-theme-hyperbola.install
Normal file
12
slim-theme-hyperbola/slim-theme-hyperbola.install
Normal file
@@ -0,0 +1,12 @@
|
||||
post_install() {
|
||||
/usr/share/slim/themes/hyperbola/setup.sh
|
||||
sed -i 's/^current_theme.*/current_theme hyperbola/' /etc/slim.conf
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
sed -i 's/^current_theme.*/current_theme default/' /etc/slim.conf
|
||||
}
|
||||
Reference in New Issue
Block a user