Removed code that deleted original nautilus actions

dpkg/rpm should handle this automatically on upgrading package
This commit is contained in:
Jason Mehring 2015-02-27 16:17:44 -05:00
parent 6836420c3c
commit da2b0cde16
No known key found for this signature in database
GPG Key ID: 1BB9B1FB5A4C6DAD
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

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