1
0
Fork 0
mutter-performance-pkgbuild/mutter.install

8 lines
94 B
Text
Raw Normal View History

2019-12-28 19:30:17 +00:00
post_install() {
setcap cap_sys_nice+ep usr/bin/mutter
}
post_upgrade() {
post_install
}