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:
Jason Mehring 2015-02-27 16:17:44 -05:00 committed by Marek Marczykowski-Górecki
parent 4c031ef786
commit 5146fe6481
2 changed files with 0 additions and 10 deletions

View File

@ -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)

View File

@ -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