PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
500px_preview
JavaScript | 8 sec ago
Untitled
3 sec ago
Untitled
39 sec ago
Untitled
8 sec ago
Untitled
9 sec ago
ai
Java | 10 sec ago
ser_1368896240171
12 sec ago
Untitled
26 sec ago
Untitled
By: a guest on
Jun 8th, 2011
| syntax:
None
| size: 0.23 KB | hits: 85 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
pkgname=metacity-ubuntu
post_install() {
usr/sbin/gconfpkg --install ${pkgname}
}
pre_upgrade() {
pre_remove $1
}
post_upgrade() {
post_install $1
}
pre_remove() {
usr/sbin/gconfpkg --uninstall ${pkgname}
}
create a
new version
of this paste
RAW Paste Data
pkgname=metacity-ubuntu post_install() { usr/sbin/gconfpkg --install ${pkgname} } pre_upgrade() { pre_remove $1 } post_upgrade() { post_install $1 } pre_remove() { usr/sbin/gconfpkg --uninstall ${pkgname} }