Merge branch 'TioTrom-master-patch-75937' into 'master'

Deleted dash-to-panel-left.install, tromjaro-branding-install.hook,...

See merge request tromsite/tromjaro/packages/tromjaro-settings!1
This commit is contained in:
tiotrom 2021-10-11 13:37:40 +00:00
commit 3f343f1ce5
4 changed files with 0 additions and 27 deletions

View File

@ -1,5 +0,0 @@
post_install() {
gsettings set org.gnome.shell.extensions.dash-to-panel panel-positions '{"0":"LEFT","1":"LEFT"}'
}

View File

@ -1,10 +0,0 @@
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = tromjaro-branding
[Action]
Description = Install TROMjaro Branding
When = PostTransaction
Exec = /bin/sh -c 'dconf update'

View File

@ -1,9 +0,0 @@
[Trigger]
Operation = Remove
Type = Package
Target = tromjaro-branding
[Action]
Description = Remove TROMjaro Branding
When = PreTransaction
Exec = /bin/sh -c 'rm -f /etc/dconf/db/gdm'

View File

@ -1,3 +0,0 @@
post_install() {
gsettings set org.gnome.shell.extensions.dash-to-panel panel-positions '{"0":"LEFT","1":"LEFT"}'
}