add post upgrade script to restart fixes
This commit is contained in:
6
fixes-package.install
Normal file
6
fixes-package.install
Normal file
@ -0,0 +1,6 @@
|
||||
post_upgrade() {
|
||||
kill $(ps aux | grep '[f]ix-flatpaks-theming\|[f]ix-theming\|[f]ix-tweaked-desktop-files' | awk '{print $2}')
|
||||
fix-tweaked-desktop-files &
|
||||
fix-theming &
|
||||
fix-flatpaks-theming &
|
||||
}
|
Reference in New Issue
Block a user