Skip to content

Commit

Permalink
scripts: Add commands for updating to X.Org 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Mar 30, 2017
1 parent e42a8da commit f2b577a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/update-xorg-server-from-1.18.4-to-1.19.3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

bee update xproto
bee update font-util
bee remove bdftopcf-1.0.4-0.x86_64
bee remove libXfont-1.4.7-0.x86_64
bee install libXfont2
bee update xorg-server
bee update libevdev
bee update xf86-input-evdev

0 comments on commit f2b577a

Please sign in to comment.