summaryrefslogtreecommitdiffstats
path: root/tmp
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-07 01:47:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-07 01:47:10 +0000
commitf4b60051fdf002794f6df5a6b5a0fba0e64f5a2b (patch)
tree90948ce6623c97ea56d69d400137226e719ee9ab /tmp
parentcf3fb41ae7fd8e6e6276723473c1a1af7d4cca50 (diff)
downloadpfsense-f4b60051fdf002794f6df5a6b5a0fba0e64f5a2b.zip
pfsense-f4b60051fdf002794f6df5a6b5a0fba0e64f5a2b.tar.gz
Signal a package reinstall after upgrade
Diffstat (limited to 'tmp')
-rwxr-xr-xtmp/post_upgrade_command3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmp/post_upgrade_command b/tmp/post_upgrade_command
index cd71467..5c871d8 100755
--- a/tmp/post_upgrade_command
+++ b/tmp/post_upgrade_command
@@ -45,3 +45,6 @@ fi
if [ -f /usr/local/sbin/php ]; then
rm /usr/local/sbin/php
fi
+
+# Signal a package reinstall
+touch /conf/needs_package_sync \ No newline at end of file
OpenPOWER on IntegriCloud