Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
B
bashstyle-ng
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christopher Roy Bratusek
bashstyle-ng
Commits
2cf96263
Commit
2cf96263
authored
Mar 29, 2011
by
Christopher Roy Bratusek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove debian postinst/prerm scripts
parent
cfeda192
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
debian/bashstyle-ng.postinst
debian/bashstyle-ng.postinst
+0
-9
debian/bashstyle-ng.prerm
debian/bashstyle-ng.prerm
+0
-6
No files found.
debian/bashstyle-ng.postinst
deleted
100644 → 0
View file @
cfeda192
#!/bin/sh -e
if
[
"
$1
"
=
"configure"
]
;
then
echo
"registering gconf schemas"
gconf-schemas
--register
bashstyle.schemas
echo
"updating icon cache"
gtk-update-icon-cache
-f
/usr/share/icons/hicolor
fi
debian/bashstyle-ng.prerm
deleted
100644 → 0
View file @
cfeda192
#!/bin/sh -e
if
[
"
$1
"
=
"configure"
]
;
then
echo
"unregistering gconf schemas"
gconf-schemas
--unregister
bashstyle.schemas
fi
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