Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
trisquel-packages
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
trisquel
trisquel-packages
Commits
d9c37d05
Commit
d9c37d05
authored
Aug 11, 2014
by
Ruben Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7.0/trisquel-desktop-common-data Removed postrm and preinst
parent
c312f185
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
22 deletions
+0
-22
postrm
7.0/trisquel-desktop-common-data/debian/postrm
+0
-8
preinst
7.0/trisquel-desktop-common-data/debian/preinst
+0
-14
No files found.
7.0/trisquel-desktop-common-data/debian/postrm
deleted
100644 → 0
View file @
c312f185
#!/bin/sh
item
=
"/usr/bin/gnome-panel"
if
[
remove
=
"
$1
"
-o
abort-install
=
"
$1
"
-o
disappear
=
"
$1
"
-o
abort-upgrade
=
"
$1
"
]
then
[
-f
"
$item
"".real"
]
&&
dpkg-divert
--package
trisquel-desktop-common-data
--remove
--rename
--divert
"
$item
"".real"
"
$item
"
fi
7.0/trisquel-desktop-common-data/debian/preinst
deleted
100644 → 0
View file @
c312f185
#!/bin/sh
item
=
"/usr/bin/gnome-panel"
[
-f
"
$item
"".real"
]
&&
exit
0
||
true
dpkg-divert
--package
trisquel-desktop-common-data
--add
--rename
--divert
"
$item
"".real"
"
$item
"
cat
<<
EOF
>
$item
#!/bin/sh
/usr/bin/gnome-panel.real --replace
EOF
chmod
755
$item
Write
Preview
Markdown
is supported
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