Univention Bugzilla – Attachment 6434 Details for
Bug 36874
Appliance mode shows error message "no such package"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
move package removal
remove_packages_fix.patch (text/plain), 1.29 KB, created by
Erik Damrose
on 2014-11-19 17:15:09 CET
(
hide
)
Description:
move package removal
Filename:
MIME Type:
Creator:
Erik Damrose
Created:
2014-11-19 17:15:09 CET
Size:
1.29 KB
patch
obsolete
>Index: debian/univention-system-setup-boot.postrm >=================================================================== >--- debian/univention-system-setup-boot.postrm (Revision 55968) >+++ debian/univention-system-setup-boot.postrm (Arbeitskopie) >@@ -54,10 +54,4 @@ > > #DEBHELPER# > >-if [ "$1" = remove -o "$1" = purge ]; then >- rm -f /var/cache/univention-system-setup/packages/*.deb >- rm -f /var/cache/univention-system-setup/packages/Packages >- rm -f /etc/apt/sources.list.d/05univention-system-setup.list >-fi >- > exit 0 >Index: usr/lib/univention-system-setup/appliance-hooks.d/99_remove_univention_system_setup_boot >=================================================================== >--- usr/lib/univention-system-setup/appliance-hooks.d/99_remove_univention_system_setup_boot (Revision 55968) >+++ usr/lib/univention-system-setup/appliance-hooks.d/99_remove_univention_system_setup_boot (Arbeitskopie) >@@ -33,4 +33,8 @@ > if [ -s /var/cache/univention-system-setup/profile ] > then > aptitude -q -y markauto univention-system-setup-boot- univention-management-console-web-server univention-management-console-module-setup </dev/null >+ >+ rm -f /var/cache/univention-system-setup/packages/*.deb >+ rm -f /var/cache/univention-system-setup/packages/Packages >+ rm -f /etc/apt/sources.list.d/05univention-system-setup.list > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 36874
:
6429
|
6430
|
6434
|
6454