13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
|
post_install() {
|
||
|
gtk-update-icon-cache -q -f /usr/share/icons/gnome
|
||
|
|
||
|
echo " >> Do not forget to enable the Logitech Keyboard gnome-shell extension"
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
gtk-update-icon-cache -q -f /usr/share/icons/gnome
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
gtk-update-icon-cache -q -f /usr/share/icons/gnome
|
||
|
}
|