summarylogtreecommitdiffstats
path: root/emacs-git.install
blob: 61ca576ee87f5568d08b561d50e2dd0d316a2af8 (plain)
1
2
3
4
5
6
7
8
post_install() {
    # fix user/root permissions on usr/share files
    find "$pkgdir"/usr/share/emacs/ | xargs chown root:root
    # make sure directory has the correct owner and group
    chown -R root:games "$pkgdir"/var/games
}

# vim:sw=4:ts=4:et:ft=bash