Changeset 265
- Timestamp:
- 03/30/07 08:06:21 (6 years ago)
- Location:
- pkg/main/parsix-cursor/trunk/debian
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/parsix-cursor/trunk/debian/changelog
r8 r265 1 parsix-cursor (0.2.1) unstable; urgency=low 2 3 * Updated debian/control to fix some lintian errors. 4 * Removed README.Debian and dirs. 5 * Updated post* scripts. 6 7 -- Alan Baghumian <alan@technotux.org> Fri, 30 Mar 2007 09:32:41 +0330 8 1 9 parsix-cursor (0.2.0) unstable; urgency=low 2 10 -
pkg/main/parsix-cursor/trunk/debian/control
r8 r265 3 3 Priority: extra 4 4 Maintainer: Alan Baghumian <alan@technotux.org> 5 Build-Depends -Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 5)5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5.0.0) 6 6 Standards-Version: 3.7.2 7 7 -
pkg/main/parsix-cursor/trunk/debian/postinst
r8 r265 1 1 #!/bin/bash 2 #DEBHELPER# 2 3 if [ -L /etc/alternatives/x-cursor-theme ]; then 3 4 rm /etc/alternatives/x-cursor-theme -
pkg/main/parsix-cursor/trunk/debian/postrm
r8 r265 1 1 #!/bin/bash 2 if [ -x /etc/alternatives/x-cursor-theme ]; then 2 #DEBHELPER# 3 if [ -L /etc/alternatives/x-cursor-theme ]; then 3 4 rm -f /etc/alternatives/x-cursor-theme 4 5 fi
Note: See TracChangeset
for help on using the changeset viewer.


