Apache/2.4.7 (Ubuntu) Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) safemode : OFF MySQL: ON | Perl: ON | cURL: OFF | WGet: ON > / var / lib / dpkg / info / | server ip : 104.21.89.46 your ip : 172.69.130.111 H O M E |
Filename | /var/lib/dpkg/info/update-notifier-common.postinst |
Size | 755 |
Permission | rwxr-xr-x |
Owner | root : root |
Create time | 27-Apr-2025 09:55 |
Last modified | 10-Apr-2014 06:09 |
Last accessed | 06-Jul-2025 22:03 |
Actions | edit | rename | delete | download (gzip) |
View | text | code | image |
#!/bin/sh
set -e
# fixup /var/crash permissions (#449739)
if [ "$1" = configure ] && dpkg --compare-versions "$2" le-nl "0.89"; then
if [ -d /var/crash ] && [ "$(stat -L -c '%a' /var/crash)" = "755" ]; then
chmod 1777 /var/crash
fi
fi
if [ "$1" = triggered ]; then
for trigger in $2; do
case $trigger in
/usr/share/package-data-downloads)
/usr/lib/update-notifier/package-data-downloader
;;
esac
done
exit 0
fi
# Run this when configuring as well, since we may not be triggered at all
# depending on package unpack order.
/usr/lib/update-notifier/package-data-downloader
# Remove update-motd cpu-checker script
dpkg-maintscript-helper rm_conffile /etc/update-motd.d/20-cpu-checker \
0.110.1ubuntu1 -- "$@"
set -e
# fixup /var/crash permissions (#449739)
if [ "$1" = configure ] && dpkg --compare-versions "$2" le-nl "0.89"; then
if [ -d /var/crash ] && [ "$(stat -L -c '%a' /var/crash)" = "755" ]; then
chmod 1777 /var/crash
fi
fi
if [ "$1" = triggered ]; then
for trigger in $2; do
case $trigger in
/usr/share/package-data-downloads)
/usr/lib/update-notifier/package-data-downloader
;;
esac
done
exit 0
fi
# Run this when configuring as well, since we may not be triggered at all
# depending on package unpack order.
/usr/lib/update-notifier/package-data-downloader
# Remove update-motd cpu-checker script
dpkg-maintscript-helper rm_conffile /etc/update-motd.d/20-cpu-checker \
0.110.1ubuntu1 -- "$@"