summarylogtreecommitdiffstats
path: root/chromiumos-ui.install
blob: 416311ff0eb19c9819032bee2ee434b97d684f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
	# chrome-sandbox isn't included in the prebuilt package, so symlink
    # it from an existing Chromium installation
    ln -sf /usr/lib/chromium/chrome-sandbox /usr/lib/chromiumos-ui/
}

post_upgrade() {
    post_install
}

post_remove() {
    rm -f /usr/lib/chromiumos-ui/chrome-sandbox
}