postrm is in gnustep-common 2.6.8-2.1.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | #!/bin/sh
set -e
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/GNUstep/Sounds /usr/share/sounds/GNUstep 2.6.8-1~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/GNUstep/Images /usr/share/pixmaps/GNUstep 2.6.8-1~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/GNUstep/DTDs /usr/share/xml/gnustep 2.6.8-1~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/GNUstep/PostScript /usr/share/GNUstep/PostScript 2.6.8-1~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/GNUstep/Makefiles /usr/share/GNUstep/Makefiles 2.6.8-1~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/GNUstep/Libraries /usr/share/GNUstep/Libraries 2.6.8-1~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/GNUstep/KeyBindings /usr/share/GNUstep/KeyBindings 2.6.8-1~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/GNUstep/Fonts /usr/share/GNUstep/Fonts 2.6.8-1~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/GNUstep/DocTemplates /usr/share/GNUstep/DocTemplates 2.6.8-1~ -- "$@"
# End automatically added section
# Automatically added by dh_installdeb
dpkg-maintscript-helper dir_to_symlink /usr/lib/GNUstep/Colors /usr/share/GNUstep/Colors 2.6.8-1~ -- "$@"
# End automatically added section
|