added install file for patch

This commit is contained in:
davedatum
2019-11-04 15:56:27 +00:00
parent aeaed5d9f5
commit f234ba3295
4 changed files with 16 additions and 5 deletions

@ -0,0 +1,7 @@
post_install() {
chmod +x /usr/bin/tromjaro-gnome-shell-fix
}
post_upgrade() {
post_install
}