summarylogtreecommitdiffstats
path: root/waterfox-kde-bin.install
blob: 323d16e27f52a1b9d473627f310a1200b255f16d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
post_remove() 
{
    if [ -d "/opt/waterfox/browser/features" ]; then 
        rm -rf /opt/waterfox/browser/features/
    fi
    
    if [ -d "/opt/waterfox/.installer" ]; then
        rm -rf /opt/waterfox/.installer/
    fi
    
    if [ -d "/usr/lib/waterfox/browser/features" ]; then 
        rm -rf /usr/lib/waterfox/browser/features/
    fi
    
    if [ -d "/usr/lib/waterfox/.installer" ]; then
        rm -rf /usr/lib/waterfox/.installer/
    fi
}