summarylogtreecommitdiffstats
path: root/dolphin-memory-engine.install
blob: 3707c5c184900aa80699a30bbdcd21ef6922d9b6 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

post_install() {
	setcap cap_sys_ptrace=ep usr/bin/dolphin-memory-engine 2>/dev/null || chmod +s usr/bin/dolphin-memory-engine
}

post_upgrade() {
	post_install "$1"
}