瀏覽代碼

Remove i2p share directory

Bob Mottram 7 年之前
父節點
當前提交
561a74c846
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      src/freedombone-utils-i2p

+ 3
- 0
src/freedombone-utils-i2p 查看文件

@@ -75,6 +75,9 @@ function remove_i2p {
75 75
     if [ -d /etc/i2p ]; then
76 76
         rm -rf /etc/i2p
77 77
     fi
78
+    if [ -d /usr/share/i2p ]; then
79
+        rm -rf /usr/share/i2p
80
+    fi
78 81
 }
79 82
 
80 83
 function i2p_enable_sam {