summarylogtreecommitdiffstats
path: root/ramroot.install
blob: 0b5bd9849492ebd6a2dd19242f87eb91e3f70931 (plain)
1
2
3
4
5
6
#!/bin/bash

# ensure ramroot is fully removed before uninstalling:
pre_remove() {
    /usr/bin/ramroot remove
}