Removed code that deleted original nautilus actions
dpkg/rpm should handle this automatically on upgrading package
(cherry picked from commit da2b0cde16
)
This commit is contained in:
parent
4c031ef786
commit
5146fe6481
5
debian/qubes-core-agent.postinst
vendored
5
debian/qubes-core-agent.postinst
vendored
|
@ -302,11 +302,6 @@ case "${1}" in
|
|||
# XXX: TODO: Needs to be implemented still
|
||||
# These do not exist on debian; maybe a different package name
|
||||
# ntpd.service \
|
||||
|
||||
# Remove Nautilus actions as they have been replaced with nautilus-python
|
||||
rm -f /usr/share/file-manager/actions/qvm-copy-gnome.desktop
|
||||
rm -f /usr/share/file-manager/actions/qvm-move-gnome.desktop
|
||||
rm -f /usr/share/file-manager/actions/qvm-dvm-gnome.desktop
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
|
|
|
@ -258,11 +258,6 @@ if [ ! -f '/etc/sysconfig/ip6tables' ]; then
|
|||
cp -p /usr/lib/qubes/init/ip6tables /etc/sysconfig/ip6tables
|
||||
fi
|
||||
|
||||
# Remove Nautilus actions as they have been replaced with nautilus-python
|
||||
rm -f /usr/share/file-manager/actions/qvm-copy-gnome.desktop
|
||||
rm -f /usr/share/file-manager/actions/qvm-move-gnome.desktop
|
||||
rm -f /usr/share/file-manager/actions/qvm-dvm-gnome.desktop
|
||||
|
||||
if [ "$1" != 1 ] ; then
|
||||
# do the rest of %post thing only when updating for the first time...
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user