Deleted dash-to-panel-left.install, tromjaro-branding-install.hook, tromjaro-branding-remove.hook, tromjaro-gnome-shell-fix.install

This commit is contained in:
tiotrom 2021-10-11 13:36:18 +00:00
parent 693174216c
commit b088b7be97
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"}'
}