Removed code that deleted original nautilus actions
dpkg/rpm should handle this automatically on upgrading package
This commit is contained in:
parent
6836420c3c
commit
da2b0cde16
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)
|
||||
|
@ -266,11 +266,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