2013-11-28 13:53:26 +00:00
|
|
|
|
|
|
|
## arg 1: the new package version
|
|
|
|
post_install() {
|
2014-01-20 09:05:32 +00:00
|
|
|
ldconfig
|
2015-07-08 09:08:47 +00:00
|
|
|
/bin/systemctl enable qubes-meminfo-writer-dom0.service > /dev/null 2>&1
|
|
|
|
/bin/systemctl enable qubes-meminfo-writer.service > /dev/null 2>&1
|
2013-11-28 13:53:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
post_upgrade() {
|
2014-01-20 09:05:32 +00:00
|
|
|
ldconfig
|
2013-11-28 13:53:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
post_remove() {
|
2014-01-20 09:05:32 +00:00
|
|
|
ldconfig
|
|
|
|
/bin/systemctl disable qubes-meminfo-writer.service > /dev/null 2>&1
|
|
|
|
/bin/systemctl disable qubes-meminfo-writer.service > /dev/null 2>&1
|
2013-11-28 13:53:26 +00:00
|
|
|
}
|
|
|
|
|