diff options
author | Renato Botelho <renato@netgate.com> | 2015-12-14 09:47:58 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-12-14 09:47:58 -0200 |
commit | 92b3ac622cc3789ca00b625052621f0dc4262f1f (patch) | |
tree | 64b8d0a2b409fee5ad326c0ffe3995530d53add6 /src/etc | |
parent | 9ba351c17e4c85e01832e38b6ba7b6a7898a290d (diff) | |
download | pfsense-92b3ac622cc3789ca00b625052621f0dc4262f1f.zip pfsense-92b3ac622cc3789ca00b625052621f0dc4262f1f.tar.gz |
Delete package XML only on post-deinstall, otherwise it'll do it twice
Diffstat (limited to 'src/etc')
-rwxr-xr-x | src/etc/rc.packages | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/rc.packages b/src/etc/rc.packages index f4ec045..3fe08b9 100755 --- a/src/etc/rc.packages +++ b/src/etc/rc.packages @@ -76,7 +76,6 @@ switch ($when) { case "post-install": install_package_xml($pkg); break; - case "deinstall": case "post-deinstall": delete_package_xml($pkg, $when); break; |