Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
48bf67ec
Commit
48bf67ec
authored
Jul 14, 2015
by
Jonathan Carter
Browse files
Add aims-desktop-acroread-installer-raring to a-r-e
parent
3d65da0e
Changes
3
Hide whitespace changes
Inline
Side-by-side
aims-restricted-extras-14.04/aims-desktop-acroread-installer-raring
0 → 100755
View file @
48bf67ec
#!/bin/bash
cat
>
/etc/apt/sources.list.d/acroread.list
<<
EOF
deb http://archive.canonical.com/ubuntu raring partner
EOF
apt-get update
## Acroread tries to be default (in /etc/gnome/defaults.list??)
cat
>
/tmp/acroread.seed
<<
EOF
acroread acroread-common/default-viewer boolean false
EOF
debconf-set-selections /tmp/acroread.seed
apt-get
-y
install
acroread-bin
mv
-f
/etc/apt/sources.list.d/acroread.list /etc/apt/sources.list.d/acroread.list.disabled
aims-restricted-extras-14.04/debian/changelog
View file @
48bf67ec
aims-restricted-extras (14.04.1507.01) trusty; urgency=medium
* Add aims-desktop-acroread-installer-raring script
-- Jonathan Carter <jonathan@aims.ac.za> Tue, 14 Jul 2015 15:20:03 +0200
aims-restricted-extras (14.04.1506.02) trusty; urgency=medium
* Remove mstt-corefonts in favor of liberation fonts now provided by default
...
...
aims-restricted-extras-14.04/debian/install
View file @
48bf67ec
aims-restricted-extras-setup usr/sbin
aims-desktop-acroread-installer-raring usr/sbin
aptkeys usr/share/aims/
ppalists usr/share/aims
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment