initial commit take from the AUR mirror

This commit is contained in:
2016-06-23 07:00:00 +02:00
parent 96e50f93d1
commit b793cf7c88
11 changed files with 1563 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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
}